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

txfr_timer::allocated field

Syntax

uint8_t allocated;

References

LocationReferrerText
FreeRTOS.h:243
uint8_t allocated;
tx_freertos.c:2263xTimerCreate()
p_timer->allocated = 1u;
tx_freertos.c:2306xTimerCreateStatic()
pxTimerBuffer->allocated = 0u;
tx_freertos.c:2338xTimerDelete()
if(xTimer->allocated == 1u) {

Data Use

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