TWID_Initialize
Default mainpageat91libdriverstwiTWID_Initialize
Description Source Call Graph
TWID_Initialize
Initializes a TWI driver instance, using the given TWI peripheral.
 
Syntax / parameters
void TWID_Initialize (Twid *pTwid, AT91S_TWI *pTwi)

Name Type Default Description
pTwid Twid *
  Pointer to the Twid instance to initialize.
pTwi AT91S_TWI *
  Pointer to the TWI peripheral to use.
Description
Initializes a TWI driver instance, using the given TWI peripheral.
The peripheral must have been initialized properly before calling this function.
 
Source
The documentation for this Member was generated from the following files:
  • twid.c