TWI_TransferComplete
Default mainpageat91libperipheralstwiTWI_TransferComplete
Description Source Call Graph
TWI_TransferComplete
Returns 1 if the current transmission is complete (the STOP has been sent); otherwise returns 0.
 
Syntax / parameters
unsigned char TWI_TransferComplete (AT91S_TWI *pTwi)

Name Type Default Description
pTwi AT91S_TWI *
  Pointer to an AT91S_TWI instance.
 
Return value unsigned char
   
Description
Returns 1 if the current transmission is complete (the STOP has been sent); otherwise returns 0.

 
Source
The documentation for this Member was generated from the following files:
  • twi.c