Lines Matching full:idle
274 /* Clock and chip select pins idle high; all others are low */
322 /* Even though we idle low in this mode, we need to keep the clock line
351 /* In I2C, both the clock and the data lines idle high */
357 * high - set data line low here, so the transition to the idle state
376 /* Set the idle pin states */
553 * Sets the idle state of the chip select pin. CS idles high by default.
556 * @idle - Set to 1 to idle high, 0 to idle low.
560 void SetCSIdle(struct mpsse_context* mpsse, int idle) {
562 if (idle > 0) {
610 /* Make sure the pins are in their default idle state */
999 /* Restore the pins to their idle states */