Lines Matching full:pulse
72 #define DATA0 200 /* WWV/H 0 pulse */
73 #define DATA1 500 /* WWV/H 1 pulse */
74 #define PI 800 /* WWV/H PI pulse */
75 #define M2 2 /* IRIG 0 pulse */
76 #define M5 5 /* IRIG 1 pulse */
77 #define M8 8 /* IRIG PI pulse */
119 #define MIN 3 /* minute pulse */
129 {MIN, 800}, /* 0 minute sync pulse */
574 * Generate WWV/H 0 or 1 data pulse.
581 * The WWV data pulse begins with 5 ms of 1000 Hz follwed by a in sec()
582 * guard time of 25 ms. The data pulse is 170, 570 or 770 ms at in sec()
601 int pulse, /* pulse length (ms) */ in peep() argument
614 for (i = 0 ; i < pulse * 8; i++) { in peep()