Data Fields

internal struct used to save all data related to the locking of the UART More...

#include <packedCom.h>

Data Fields

uint8_t userRead: 1
 
uint8_t userWrite: 1
 
uint8_t libRead: 1
 
uint8_t libWrite: 1
 
uint8_t busyWrite: 1
 

Detailed Description

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

See also
sTwi

Field Documentation

◆ busyWrite

uint8_t sPackedComLock::busyWrite

indicates if the user is writing data into the buffers (flag is automatically set/cleared)

◆ libRead

uint8_t sPackedComLock::libRead

indicates if the UART is locked by the library for reading

◆ libWrite

uint8_t sPackedComLock::libWrite

indicates if the UART is locked by the library for writing

◆ userRead

uint8_t sPackedComLock::userRead

indicates if the UART is locked by the user for reading

◆ userWrite

uint8_t sPackedComLock::userWrite

indicates if the UART is locked by the user for writing


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