Data Fields

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
 

Detailed Description

internal struct used to save all data related to the locking of the TWI

See also
sTwi

Field Documentation

◆ lib

uint8_t sTwiLock::lib

indicates if the TWI is locked and used by the library (boolean)

◆ user

uint8_t sTwiLock::user

indicates if the TWI is locked by the user (6-bit count)

◆ wrapper

uint8_t sTwiLock::wrapper

indicates if the TWI is used by the TWI-Wrapper (flag is automatically set/cleared)


The documentation for this struct was generated from the following file: