txfr_task::clear_on_pend is only used within threadx.
 
Symbols
loading...
Files
loading...

txfr_task::clear_on_pend field

Syntax

uint8_t clear_on_pend;

References

LocationReferrerText
FreeRTOS.h:179
uint8_t clear_on_pend;
tx_freertos.c:776ulTaskNotifyTake()
p_task->clear_on_pend = xClearCountOnExit;
tx_freertos.c:831xTaskNotifyWait()
p_task->clear_on_pend = 1u;
tx_freertos.c:951xTaskNotifyAndQuery()
if(xTaskToNotify->clear_on_pend == TX_TRUE) {

Data Use

Functions writing txfr_task::clear_on_pend
Functions reading txfr_task::clear_on_pend
txfr_task::clear_on_pend
all items filtered out
Type of txfr_task::clear_on_pend
txfr_task::clear_on_pend
uint8_t
all items filtered out