threadx + 0/12 examples
CodeScope will show references to tx_time_get from the following samples and libraries:
Libraries
Examples
STM32469I-Discovery
Applications
FileX
FX_IAP
ThreadX
USBX
STM32F429ZI-Nucleo
Applications
ThreadX
 
Symbols
loading...
Files
loading...

tx_time_get macro

Syntax

#define tx_time_get _tx_time_get

Examples

tx_time_get is referenced by 12 libraries and example projects.

References

LocationText
tx_api.h:1102
#define tx_time_get _tx_time_get
tx_api.h:1336
#define tx_time_get _tx_time_get
tx_freertos.c:715
tick_cur = (uint16_t)tx_time_get();
tx_freertos.c:1434
return tx_time_get();
tx_freertos.c:1439
return tx_time_get();
tx_freertos.c:2624
time = (TickType_t)(tx_time_get() + time_tx);