EFM32 Pearl Gecko Software Documentation  efm32pg1-doc-4.2.1
UARTDRV_Buffer_FifoQueue_t Struct Reference

Transfer operation FIFO queue typedef. More...

#include <uartdrv.h>

Data Fields

uint16_t head
 Index of next byte to send.
 
uint16_t tail
 Index of where to enqueue next message.
 
uint16_t used
 Number of bytes queued.
 
const uint16_t size
 Size of FIFO.
 
UARTDRV_Buffer_t fifo []
 FIFO of queue data.
 

Detailed Description

Definition at line 129 of file uartdrv.h.


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