Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/port/
Dport_common.c191 pxStackBufferTemp = pvPortMallocStackMem(configTIMER_TASK_STACK_DEPTH); in vApplicationGetTimerTaskMemory()
197 *pulTimerTaskStackSize = configTIMER_TASK_STACK_DEPTH; in vApplicationGetTimerTaskMemory()
/hal_espressif-3.6.0/components/freertos/include/esp_additions/freertos/
DFreeRTOSConfig.h283 #define configTIMER_TASK_STACK_DEPTH CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH macro
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/button/
DREADME.md46 #define configTIMER_TASK_STACK_DEPTH // stack depth of the soft-timer
/hal_espressif-3.6.0/components/freertos/include/freertos/
DFreeRTOS.h297 #ifndef configTIMER_TASK_STACK_DEPTH
298 … #error If configUSE_TIMERS is set to 1 then configTIMER_TASK_STACK_DEPTH must also be defined.
/hal_espressif-3.6.0/components/freertos/
Dtimers.c275 configTIMER_TASK_STACK_DEPTH, in xTimerCreateTimerTask()