rflib
Data Fields
dataQueue_t Struct Reference

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...
 

Detailed Description

Type definition for a data queue.

Field Documentation

§ pCurrEntry

uint8_t* dataQueue_t::pCurrEntry

Pointer to the data queue entry to be used, NULL for an empty queue.

§ pLastEntry

uint8_t* dataQueue_t::pLastEntry

Pointer to the last entry in the queue, NULL for a circular queue.


The documentation for this struct was generated from the following file:
© Copyright 1995-2020, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale