TWI_ReadByte
Default mainpageat91libperipheralstwiTWI_ReadByte
Description Source Call Graph
TWI_ReadByte
Reads a byte from the TWI bus.
 
Syntax / parameters
unsigned char TWI_ReadByte (AT91S_TWI *pTwi)

Name Type Default Description
pTwi AT91S_TWI *
  Pointer to an AT91S_TWI instance.
 
Return value unsigned char
   
Description
Reads a byte from the TWI bus.
The read operation must have been started using TWI_StartRead() and a byte must be available (check with TWI_ByteReceived()). Returns the byte read.
 
Source
The documentation for this Member was generated from the following files:
  • twi.c