MSP430™CapTIvateSoftwareLibraryAPIGuide  1_83_00_05
Data Fields
tByteQueue Struct Reference

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
 

Detailed Description

typedef tByteQueue

tByteQueue is the data type for a ByteQueue container. ByteQueue APIs operate on tByteQueue structures.

Field Documentation

§ QueueArray

uint8_t* tByteQueue::QueueArray

Pointer to queue data array.

§ ui16QueueArraySize

uint16_t tByteQueue::ui16QueueArraySize

Variable to store the size of the data array.

§ ui16QueueHead

uint16_t tByteQueue::ui16QueueHead

Tail: Index of the Queue Tail in the Queue Array. This is where items are pulled from the queue

§ ui16QueueTail

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


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