TWI_GetStatus
Default mainpageat91libperipheralstwiTWI_GetStatus
Description Source Call Graph
TWI_GetStatus
Returns the current status register of the given TWI peripheral.
 
Syntax / parameters
unsigned int TWI_GetStatus (AT91S_TWI *pTwi)

Name Type Default Description
pTwi AT91S_TWI *
  Pointer to an AT91S_TWI instance.
 
Return value unsigned int
   
Description
Returns the current status register of the given TWI peripheral.
This resets the internal value of the status register, so further read may yield different values.
 
Source
The documentation for this Member was generated from the following files:
  • twi.c