Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/osal/include/esp_osal/
Desp_osal.h211 #ifndef configUSE_TIMERS
212 #define configUSE_TIMERS 0 macro
263 #if configUSE_TIMERS == 1
266 #error If configUSE_TIMERS is set to 1 then configTIMER_TASK_PRIORITY must also be defined.
270 #error If configUSE_TIMERS is set to 1 then configTIMER_QUEUE_LENGTH must also be defined.
274 #error If configUSE_TIMERS is set to 1 then configTIMER_TASK_STACK_DEPTH must also be defined.
/device/soc/esp/esp32/components/osal/port/xtensa/include/esp_osal/
Dosal_config.h268 #define configUSE_TIMERS 0 macro
/device/soc/esp/esp32/components/osal/
Dqueue.c764 #if ( ( INCLUDE_xTaskGetSchedulerState == 1 ) || ( configUSE_TIMERS == 1 ) ) in xQueueGenericSend()
1076 #if ( ( INCLUDE_xTaskGetSchedulerState == 1 ) || ( configUSE_TIMERS == 1 ) ) in xQueueReceive()
1192 #if ( ( INCLUDE_xTaskGetSchedulerState == 1 ) || ( configUSE_TIMERS == 1 ) ) in xQueueSemaphoreTake()