HomeSort by: relevance | last modified time | path
    Searched refs:TWI_SR_TXRDY (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/at91/
at91twireg.h 84 #define TWI_SR_TXRDY 0x004U /* 1 = transmit holding reg rdy */
at91twi.c 183 if (isr & TWI_SR_TXRDY) {
194 if (isr & (TWI_SR_TXRDY | TWI_SR_RXRDY) && sc->sc_resid <= 0) {
196 at91twi_writereg(sc, TWI_IDR, TWI_SR_RXRDY | TWI_SR_TXRDY);
251 | (rd ? TWI_SR_RXRDY : TWI_SR_TXRDY));

Completed in 17 milliseconds