Home
last modified time | relevance | path

Searched refs:MPU_REGION_DISABLE (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_cortex.h137 #define MPU_REGION_DISABLE 0U macro
321 ((STATE) == MPU_REGION_DISABLE))
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_cortex.h139 #define MPU_REGION_DISABLE 0U macro
327 ((STATE) == MPU_REGION_DISABLE))
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_cortex.h143 #define MPU_REGION_DISABLE 0U /*!< MPU region disabled */ macro
345 ((STATE) == MPU_REGION_DISABLE))
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_cortex.c565 if (MPU_RegionInit->Enable != MPU_REGION_DISABLE) in MPU_ConfigRegion()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_cortex.c640 if (pMPU_RegionInit->Enable != MPU_REGION_DISABLE) in MPU_ConfigRegion()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_cortex.c613 if (pMPU_RegionInit->Enable != MPU_REGION_DISABLE) in MPU_ConfigRegion()