UARTDRV_Buffer_FifoQueue_t Struct Reference
[UARTDRV]

Transfer operation FIFO queue typedef. More...

#include <uartdrv.h>

Collaboration diagram for UARTDRV_Buffer_FifoQueue_t:
Collaboration graph
[legend]

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

Transfer operation FIFO queue typedef.

Definition at line 129 of file uartdrv.h.


Field Documentation

FIFO of queue data.

Definition at line 135 of file uartdrv.h.

Index of next byte to send.

Definition at line 131 of file uartdrv.h.

Size of FIFO.

Definition at line 134 of file uartdrv.h.

Index of where to enqueue next message.

Definition at line 132 of file uartdrv.h.

Number of bytes queued.

Definition at line 133 of file uartdrv.h.


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