Symbols
loading...
Files
loading...

tx_thread_sleep macro

Syntax

#define tx_thread_sleep _tx_thread_sleep

Examples

tx_thread_sleep is referenced by 27 libraries and example projects.

References

LocationText
tx_api.h:1095
#define tx_thread_sleep _tx_thread_sleep
tx_api.h:1329
#define tx_thread_sleep _tx_thread_sleep
tx_freertos.c:305
tx_thread_sleep(xTicksToDelay);
tx_freertos.c:717
tx_thread_sleep(xTimeIncrement - (tick_cur - *pxPreviousWakeTime));