Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/config_template/
DFreeRTOSConfig.h43 #define configTICK_RATE_HZ (1000u) macro
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h588 #ifndef configTICK_RATE_HZ
591 …(xTimeInMs) ((TickType_t) (((TickType_t) (xTimeInMs) * (TickType_t)configTICK_RATE_HZ) / (TickType…
Dreadme.md47 | configTICK_RATE_HZ | - | Set the kernel tick rate, used by the pdMS_TO_TICKS() macro |