|
SI117XDRV
0.1
|
Raw data FIFO queue typedef. More...
Data Fields | |
| int8_t * | fifo |
| Pointer to FIFO of queue data (allocated by user) | |
| volatile uint16_t | head |
| Index of next byte to get. | |
| uint16_t | size |
| Size of FIFO. | |
| volatile uint16_t | tail |
| Index of where to enqueue next byte. | |
| volatile uint16_t | used |
| Number of bytes queued. | |
Raw data FIFO queue typedef.
Data Fifo Queue Functionality Data Fifo Queue typedefs
Definition at line 1261 of file si117xdrv.c.