Home
last modified time | relevance | path

Searched refs:tx_freertos_init (Results 1 – 3 of 3) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
Dreadme.md57 …upon reaching `tx_application_define()` by calling `tx_freertos_init()`. Internally `tx_freertos_i…
68 tx_freertos_init();
76 …FreeRTOS adaptation layer later once ThreadX is started as long as `tx_freertos_init()` is called …
DFreeRTOS.h272 UINT tx_freertos_init(void);
Dtx_freertos.c171 ret = tx_freertos_init(); in tx_freertos_auto_init()
188 UINT tx_freertos_init(void) in tx_freertos_init() function