![]() |
![]() |
|
MSP430™CapTIvateSoftwareLibraryAPIGuide
1_70_00_03
|
typedef tByteQueue More...
#include <CAPT_ByteQueue.h>
Data Fields | |
| uint8_t * | QueueArray |
| Pointer to queue data array. More... | |
| uint16_t | ui16QueueArraySize |
| Variable to store the size of the data array. More... | |
| uint16_t | ui16QueueHead |
| uint16_t | ui16QueueTail |
typedef tByteQueue
tByteQueue is the data type for a ByteQueue container. ByteQueue APIs operate on tByteQueue structures.
| uint8_t* tByteQueue::QueueArray |
Pointer to queue data array.
| uint16_t tByteQueue::ui16QueueArraySize |
Variable to store the size of the data array.
| uint16_t tByteQueue::ui16QueueHead |
Tail: Index of the Queue Tail in the Queue Array. This is where items are pulled from the queue
| uint16_t tByteQueue::ui16QueueTail |
Head: Index of the Queue Head in the Queue Array. This is where the next item is pushed onto the queue