TWI_ByteSent
Default mainpageat91libperipheralstwiTWI_ByteSent
Description Source Call Graph
Start Line: 294
unsigned char TWI_ByteSent(AT91S_TWI *pTwi)
{
    return ((pTwi->TWI_SR & AT91C_TWI_TXRDY) == AT91C_TWI_TXRDY);
}