Home
last modified time | relevance | path

Searched defs:usStackDepth (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.4.0/components/mdns/host_test/components/freertos_linux/
Dfreertos_linux.c132 const uint32_t usStackDepth, in xTaskCreatePinnedToCore()
143 void xTaskCreate(TaskFunction_t pvTaskCode, const char * const pcName, const uint32_t usStackDepth,… in xTaskCreate()
/hal_espressif-3.4.0/components/freertos/port/xtensa/
Dport.c431 … const struct xMEMORY_REGION *const xRegions, StackType_t *pxBottomOfStack, uint32_t usStackDepth ) in vPortStoreTaskMPUSettings()
/hal_espressif-3.4.0/components/freertos/include/freertos/
Dtask.h144 configSTACK_DEPTH_TYPE usStackDepth; member
445 const uint32_t usStackDepth, in xTaskCreate()
/hal_espressif-3.4.0/components/freertos/
Dtasks.c824 const uint32_t usStackDepth, in xTaskCreatePinnedToCore()