Transfer operation FIFO queue typedef.
Definition at line
161
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:/HandsOn/super/platform/emdrv/uartdrv/inc/
uartdrv.h