Searched refs:TWI_SR_TXCOMP (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/arm/at91/
H A Dat91_twireg.h75 #define TWI_SR_TXCOMP (1U << 0) /* Transmission Completed */ macro
H A Dat91_twi.c247 if (status & TWI_SR_TXCOMP)
248 sc->flags |= TWI_SR_TXCOMP;
369 while (!(sr & TWI_SR_TXCOMP)) {
389 if ((err = at91_twi_wait(sc, TWI_SR_TXCOMP)))

Completed in 98 milliseconds