Home
last modified time | relevance | path

Searched refs:configTIMER_TASK_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/freertos/include/esp_additions/freertos/
DFreeRTOSConfig.h281 #define configTIMER_TASK_PRIORITY CONFIG_FREERTOS_TIMER_TASK_PRIORITY macro
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/button/
DREADME.md44 #define configTIMER_TASK_PRIORITY // priority of the timers service task
/hal_espressif-3.6.0/components/freertos/
Dtimers.c261 … ( ( UBaseType_t ) configTIMER_TASK_PRIORITY ) | portPRIVILEGE_BIT, in xTimerCreateTimerTask()
277 … ( ( UBaseType_t ) configTIMER_TASK_PRIORITY ) | portPRIVILEGE_BIT, in xTimerCreateTimerTask()
/hal_espressif-3.6.0/components/freertos/include/freertos/
DFreeRTOS.h289 #ifndef configTIMER_TASK_PRIORITY
290 #error If configUSE_TIMERS is set to 1 then configTIMER_TASK_PRIORITY must also be defined.