Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/osal/
Dtasks.c54 const uint32_t usStackDepth, in xTaskCreatePinnedToCore()
143 void vPortStoreTaskSettings(StackType_t *pxBottomOfStack, uint32_t usStackDepth, UINT32 taskID) in vPortStoreTaskSettings()
/device/soc/esp/esp32/components/osal/port/xtensa/
Dport.c260 …const struct xMEMORY_REGION * const xRegions, StackType_t *pxBottomOfStack, uint32_t usStackDepth ) in vPortStoreTaskMPUSettings()
278 …t struct xMEMORY_REGION * const xRegions, StackType_t *pxBottomOfStack, uint32_t usStackDepth ) {;} in vPortStoreTaskMPUSettings()
/device/soc/esp/esp32/components/osal/include/esp_osal/
Dtask.h125 configSTACK_DEPTH_TYPE usStackDepth; member
385 const uint32_t usStackDepth, in xTaskCreate()