Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/
Dtimers.c1008 …LEGED_DATA static uint8_t ucStaticTimerQueueStorage[ ( size_t ) configTIMER_QUEUE_LENGTH * sizeof(… in prvCheckForValidListAndQueue()
1010 …xTimerQueue = xQueueCreateStatic( ( UBaseType_t ) configTIMER_QUEUE_LENGTH, ( UBaseType_t ) sizeof… in prvCheckForValidListAndQueue()
1014 …xTimerQueue = xQueueCreate( ( UBaseType_t ) configTIMER_QUEUE_LENGTH, sizeof( DaemonTaskMessage_t … in prvCheckForValidListAndQueue()
/hal_espressif-3.6.0/components/freertos/include/esp_additions/freertos/
DFreeRTOSConfig.h282 #define configTIMER_QUEUE_LENGTH CONFIG_FREERTOS_TIMER_QUEUE_LENGTH macro
/hal_espressif-3.6.0/components/freertos/include/freertos/
DFreeRTOS.h293 #ifndef configTIMER_QUEUE_LENGTH
294 #error If configUSE_TIMERS is set to 1 then configTIMER_QUEUE_LENGTH must also be defined.