Home
last modified time | relevance | path

Searched refs:twi_state (Results 1 – 1 of 1) sorted by relevance

/external/arduino/libraries/Wire/utility/
Dtwi.c37 static volatile uint8_t twi_state; variable
65 twi_state = TWI_READY; in twi_init()
124 while(TWI_READY != twi_state){ in twi_readFrom()
127 twi_state = TWI_MRX; in twi_readFrom()
148 while(TWI_MRX == twi_state){ in twi_readFrom()
187 while(TWI_READY != twi_state){ in twi_writeTo()
190 twi_state = TWI_MTX; in twi_writeTo()
211 while(wait && (TWI_MTX == twi_state)){ in twi_writeTo()
245 if(TWI_STX != twi_state){ in twi_transmit()
314 twi_state = TWI_READY; in twi_stop()
[all …]