![]() |
![]() |
|
rflib
|
Type definition for a data queue. More...
#include <rf_mailbox.h>
Data Fields | |
| uint8_t * | pCurrEntry |
| Pointer to the data queue entry to be used, NULL for an empty queue. More... | |
| uint8_t * | pLastEntry |
| Pointer to the last entry in the queue, NULL for a circular queue. More... | |
Type definition for a data queue.
| uint8_t * dataQueue_t::pCurrEntry |
Pointer to the data queue entry to be used, NULL for an empty queue.
| uint8_t * dataQueue_t::pLastEntry |
Pointer to the last entry in the queue, NULL for a circular queue.