Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/osal/port/xtensa/
Dport.c260 void vPortStoreTaskMPUSettings( xMPU_SETTINGS *xMPUSettings, const struct xMEMORY_REGION * const xR… in vPortStoreTaskMPUSettings()
272 void vPortReleaseTaskMPUSettings( xMPU_SETTINGS *xMPUSettings ) in vPortReleaseTaskMPUSettings()
278 …void vPortStoreTaskMPUSettings( xMPU_SETTINGS *xMPUSettings, const struct xMEMORY_REGION * const x… in vPortStoreTaskMPUSettings()
279 void vPortReleaseTaskMPUSettings( xMPU_SETTINGS *xMPUSettings ){;} in vPortReleaseTaskMPUSettings()
/device/soc/esp/esp32/components/osal/port/xtensa/include/esp_osal/
Dportmacro.h366 } xMPU_SETTINGS; typedef
443 …void vPortStoreTaskMPUSettings( xMPU_SETTINGS *xMPUSettings, const struct xMEMORY_REGION * const x…
444 void vPortReleaseTaskMPUSettings( xMPU_SETTINGS *xMPUSettings );
/device/soc/esp/esp32/components/osal/
Dtasks.c136 _Static_assert(sizeof(xMPU_SETTINGS) >= sizeof(((LosTaskCB *)0)->MPUSettings),"sizeof(xMPU_SETTINGS…
137 _Static_assert(sizeof(xMPU_SETTINGS) <= sizeof(((LosTaskCB *)0)->MPUSettings),"sizeof(xMPU_SETTINGS…
/device/soc/esp/esp32/components/osal/include/esp_osal/
Desp_osal.h1141 xMPU_SETTINGS xDummy2;