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

tx_timer_info_get macro

Syntax

#define tx_timer_info_get _txe_timer_info_get

Examples

tx_timer_info_get is referenced by 1 libraries and example projects.

References

LocationText
tx_api.h:1109
#define tx_timer_info_get _tx_timer_info_get
tx_api.h:1343
#define tx_timer_info_get _txe_timer_info_get
tx_freertos.c:2353
ret = tx_timer_info_get(&xTimer->timer, NULL, &is_active, NULL, NULL, NULL);
tx_freertos.c:2618
ret = tx_timer_info_get(&xTimer->timer, NULL, NULL, &time_tx, NULL, NULL);