RTEMS
5.0.0
|
TWI driver structure. Holds the internal state of the driver. More...
#include <twid.h>
Data Fields | |
Twihs * | pTwi |
Async * | pTransfer |
TWI driver structure. Holds the internal state of the driver.
Async* _Twid::pTransfer |
Current asynchronous transfer being processed.
Twihs* _Twid::pTwi |
Pointer to the underlying TWI peripheral.