UARTDRV_Buffer_FifoQueue_t Struct ReferenceEMDRV > UARTDRV

Transfer operation FIFO queue typedef.

Definition at line 138 of file uartdrv.h .

#include < uartdrv.h >

Data Fields

UARTDRV_Buffer_t fifo []
FIFO of queued data.
volatile uint16_t head
An index of the next byte to send.
const uint16_t size
FIFO size.
volatile uint16_t tail
An index of the location to enqueue the next message.
volatile uint16_t used
A number of bytes queued.

The documentation for this struct was generated from the following file:
  • C:/repos/embsw_super_h1/platform/emdrv/uartdrv/inc/ uartdrv.h