Lines Matching full:sine
35 * Sine/cosine inputs clipped [3] | D7 | altvoltage1 | mag | either
36 * Sine/cosine inputs below LOS | D6 | altvoltage0 | thresh | falling
37 * Sine/cosine inputs exceed DOS overrange | D5 | altvoltage0 | thresh | rising
38 * Sine/cosine inputs exceed DOS mismatch | D4 | altvoltage0 | mag | rising
44 * [3]: The chip does not differentiate between fault on sine vs. cosine so
367 /* Sine/cosine inputs clipped */ in ad2s1210_push_events()
370 * The chip does not differentiate between fault on sine vs. in ad2s1210_push_events()
385 /* Sine/cosine inputs below LOS threshold */ in ad2s1210_push_events()
393 /* Sine/cosine inputs exceed DOS overrange threshold */ in ad2s1210_push_events()
401 /* Sine/cosine inputs exceed DOS mismatch threshold */ in ad2s1210_push_events()
892 /* Sine/cosine below LOS threshold fault. */
899 /* Sine/cosine DOS overrange fault.*/
906 /* Sine/cosine DOS mismatch fault.*/
915 /* Sine/cosine clipping fault. */
990 /* sine input */
1151 return sprintf(label, "sine\n"); in ad2s1210_read_label()