Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/osal/
Dtasks.c54 const uint32_t usStackDepth, in xTaskCreatePinnedToCore() argument
64 attr.uwStackSize = usStackDepth + 256; in xTaskCreatePinnedToCore()
143 void vPortStoreTaskSettings(StackType_t *pxBottomOfStack, uint32_t usStackDepth, UINT32 taskID) in vPortStoreTaskSettings() argument
148 vPortStoreTaskMPUSettings( pxNewTCB->MPUSettings, NULL, pxBottomOfStack, usStackDepth ); in vPortStoreTaskSettings()
/device/soc/esp/esp32/components/osal/include/esp_osal/
Dtask.h125 configSTACK_DEPTH_TYPE usStackDepth; member
288 const uint32_t usStackDepth,
385 const uint32_t usStackDepth, in xTaskCreate() argument
390 …return xTaskCreatePinnedToCore( pvTaskCode, pcName, usStackDepth, pvParameters, uxPriority, pvCrea… in xTaskCreate()
/device/soc/esp/esp32/components/osal/port/xtensa/
Dport.c260 …const struct xMEMORY_REGION * const xRegions, StackType_t *pxBottomOfStack, uint32_t usStackDepth ) in vPortStoreTaskMPUSettings() argument
263 …xMPUSettings->coproc_area = (StackType_t*)((((uint32_t)(pxBottomOfStack + usStackDepth - 1)) - XT_… in vPortStoreTaskMPUSettings()
278 …t struct xMEMORY_REGION * const xRegions, StackType_t *pxBottomOfStack, uint32_t usStackDepth ) {;} in vPortStoreTaskMPUSettings() argument
/device/soc/esp/esp32/components/osal/port/xtensa/include/esp_osal/
Dportmacro.h443 …EMORY_REGION * const xRegions, StackType_t *pxBottomOfStack, uint32_t usStackDepth ) PRIVILEGED_FU…