Home
last modified time | relevance | path

Searched refs:IS_MPU_REGION_NUMBER_NS (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_cortex.c669 assert_param(IS_MPU_REGION_NUMBER_NS(RegionNumber)); in HAL_MPU_EnableRegion_NS()
707 assert_param(IS_MPU_REGION_NUMBER_NS(RegionNumber)); in HAL_MPU_DisableRegion_NS()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_cortex.h381 #define IS_MPU_REGION_NUMBER_NS(NUMBER) (((NUMBER) == MPU_REGION_NUMBER0) || \ macro