txfr_queue::allocated is only used within threadx.
 
Symbols
loading...
Files
loading...

txfr_queue::allocated field

Syntax

uint8_t allocated;

References

LocationReferrerText
FreeRTOS.h:205
uint8_t allocated;
tx_freertos.c:1463xQueueCreateStatic()
pxQueueBuffer->allocated = 0u;
tx_freertos.c:1517xQueueCreate()
p_queue->allocated = 1u;
tx_freertos.c:1555vQueueDelete()
if(xQueue->allocated == 1u) {

Data Use

Functions writing txfr_queue::allocated
Functions reading txfr_queue::allocated
txfr_queue::allocated
all items filtered out
Type of txfr_queue::allocated
txfr_queue::allocated
uint8_t
all items filtered out