TWI_WriteByte
Default mainpageat91libperipheralstwiTWI_WriteByte
Description Source Call Graph
TWI_WriteByte
Sends a byte of data to one of the TWI slaves on the bus.
 
Syntax / parameters
void TWI_WriteByte (AT91S_TWI *pTwi, unsigned char byte)

Name Type Default Description
pTwi AT91S_TWI *
  Pointer to an AT91S_TWI instance.
byte unsigned char
  Byte to send.
Description
Sends a byte of data to one of the TWI slaves on the bus.
This function must be called once before TWI_StartWrite() with the first byte of data to send, then it shall be called repeatedly after that to send the remaining bytes.
 
Source
The documentation for this Member was generated from the following files:
  • twi.c