TWID_Handler
Default mainpageat91libdriverstwiTWID_Handler
Description Source Call Graph
TWID_Handler
Interrupt handler for a TWI peripheral.
 
Syntax / parameters
void TWID_Handler (Twid *pTwid)

Name Type Default Description
pTwid Twid *
  Pointer to a Twid instance.
Description
Interrupt handler for a TWI peripheral.
Manages asynchronous transfer occuring on the bus. This function MUST be called by the interrupt service routine of the TWI peripheral if asynchronous read/write are needed.
 
Source
The documentation for this Member was generated from the following files:
  • twid.c