Home
last modified time | relevance | path

Searched refs:configMAX_CO_ROUTINE_PRIORITIES (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/freertos/
Dcroutine.c44 …static List_t pxReadyCoRoutineLists[ configMAX_CO_ROUTINE_PRIORITIES ]; /*< Prioritised ready co-r…
122 if( uxPriority >= configMAX_CO_ROUTINE_PRIORITIES ) in xCoRoutineCreate()
124 uxPriority = configMAX_CO_ROUTINE_PRIORITIES - 1; in xCoRoutineCreate()
144 …EM_VALUE( &( pxCoRoutine->xEventListItem ), ( ( TickType_t ) configMAX_CO_ROUTINE_PRIORITIES - ( T… in xCoRoutineCreate()
321 for( uxPriority = 0; uxPriority < configMAX_CO_ROUTINE_PRIORITIES; uxPriority++ ) in prvInitialiseCoRoutineLists()
DHistory.txt2136 configMAX_CO_ROUTINE_PRIORITIES
/hal_espressif-3.6.0/components/mqtt/host_test/mocks/include/freertos/
DFreeRTOSConfig.h107 #define configMAX_CO_ROUTINE_PRIORITIES (2) macro
/hal_espressif-3.6.0/components/freertos/include/esp_additions/freertos/
DFreeRTOSConfig.h237 #define configMAX_CO_ROUTINE_PRIORITIES ( 2 ) macro
/hal_espressif-3.6.0/components/freertos/include/freertos/
DFreeRTOS.h206 #ifndef configMAX_CO_ROUTINE_PRIORITIES
207 #error configMAX_CO_ROUTINE_PRIORITIES must be greater than or equal to 1.