internal struct used to save all data related to the locking of the TWI More...
#include <twi.h>
Data Fields | |
uint8_t | user: 6 |
uint8_t | lib: 1 |
uint8_t | wrapper: 1 |
internal struct used to save all data related to the locking of the TWI
uint8_t sTwiLock::lib |
indicates if the TWI is locked and used by the library (boolean)
uint8_t sTwiLock::user |
indicates if the TWI is locked by the user (6-bit count)
uint8_t sTwiLock::wrapper |
indicates if the TWI is used by the TWI-Wrapper (flag is automatically set/cleared)