threadx + 0/3 examples
CodeScope will show references to TX_NO_ACTIVATE from the following samples and libraries:
 
Symbols
loading...
Files
loading...

TX_NO_ACTIVATE macro

Syntax

#define TX_NO_ACTIVATE ((UINT) 0)

Examples

TX_NO_ACTIVATE is referenced by 3 libraries and example projects.

References

LocationText
tx_api.h:144
#define TX_NO_ACTIVATE ((UINT) 0)
tx_freertos.c:2276
ret = tx_timer_create(&p_timer->timer, (char *)pcTimerName, txfr_timer_callback_wrapper, (ULONG)p_timer, xTimerPeriod, resch_ticks, TX_NO_ACTIVATE);
tx_freertos.c:2317
txe_timer_create.c:184
if (auto_activate != TX_NO_ACTIVATE)