Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/config_template/
DFreeRTOSConfig.h44 #define configMAX_PRIORITIES (32u) macro
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c338 configASSERT(uxPriority < configMAX_PRIORITIES); in xTaskCreateStatic()
406 configASSERT(uxPriority < configMAX_PRIORITIES); in xTaskCreate()
642 configASSERT(uxNewPriority < configMAX_PRIORITIES); in vTaskPrioritySet()
Dreadme.md48 | configMAX_PRIORITIES | - | Maximum number of priorities. Must be less than or equal to the config…