Home | History | Annotate | Download | only in util

Lines Matching refs:dut1

326 #define	DUT1	(5)		/* DUT1 bits */
389 {DUT1, 8}, /* 50 DUT1 sign */
395 {DUT1, 1}, /* 56 0.1 DUT1 fraction */
396 {DUT1, 2}, /* 57 0.2 */
397 {DUT1, 4}, /* 58 0.4 */
522 int dut1 = 0; /* DUT1 correction (sign, magnitude) */
837 case 'u': /* set DUT1 offset (-7 to +7) */
838 sscanf(optarg, "%d", &dut1);
839 if (dut1 < 0)
840 dut1 = abs(dut1);
842 dut1 |= 0x8;
2003 case DUT1: /* send DUT1 bits */
2004 if (dut1 & arg)
2478 printf ( "\n -u DUT1_offset Set WWV(H) DUT1 offset -7 to +7 (default 0)");