Home
last modified time | relevance | path

Searched defs:pxBottomOfStack (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/osal/port/xtensa/
Dport.c260 … *xMPUSettings, const struct xMEMORY_REGION * const xRegions, StackType_t *pxBottomOfStack, uint32… in vPortStoreTaskMPUSettings()
278 … *xMPUSettings, const struct xMEMORY_REGION * const xRegions, StackType_t *pxBottomOfStack, uint32… in vPortStoreTaskMPUSettings()
/device/soc/esp/esp32/components/osal/
Dtasks.c143 void vPortStoreTaskSettings(StackType_t *pxBottomOfStack, uint32_t usStackDepth, UINT32 taskID) in vPortStoreTaskSettings()