UARTDRV_Buffer_FifoQueue_t Struct ReferenceEMDRV > UARTDRV

Transfer operation FIFO queue typedef.

Definition at line 148 of file uartdrv.h.

#include <uartdrv.h>

Data Fields

UARTDRV_Buffer_t fifo [1]
 FIFO of queued data. Actual size varies.
 
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/super_h1/platform/emdrv/uartdrv/inc/uartdrv.h