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

tx_timer_change macro

Syntax

#define tx_timer_change _txe_timer_change

Examples

tx_timer_change is referenced by 1 libraries and example projects.

References

LocationText
tx_api.h:1105
#define tx_timer_change _tx_timer_change
tx_api.h:1339
#define tx_timer_change _txe_timer_change
tx_freertos.c:2417
ret = tx_timer_change(&xTimer->timer, xNewPeriod, xNewPeriod);
tx_freertos.c:2419
ret = tx_timer_change(&xTimer->timer, xNewPeriod, 0u);
tx_freertos.c:2455
ret = tx_timer_change(&xTimer->timer, xTimer->period, xTimer->period);
tx_freertos.c:2457
ret = tx_timer_change(&xTimer->timer, xTimer->period, 0u);
tx_freertos.c:2561
ret = tx_timer_change(&xTimer->timer, left, xTimer->period);
tx_freertos.c:2563
ret = tx_timer_change(&xTimer->timer, left, 0u);