Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_cortex.c790 assert_param(IS_MPU_INSTANCE(MPUx)); in MPU_ConfigRegion()
835 assert_param(IS_MPU_INSTANCE(MPUx)); in MPU_ConfigMemoryAttributes()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_cortex.c763 assert_param(IS_MPU_INSTANCE(MPUx)); in MPU_ConfigRegion()
799 assert_param(IS_MPU_INSTANCE(MPUx)); in MPU_ConfigMemoryAttributes()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_cortex.h335 #define IS_MPU_INSTANCE(INSTANCE) (((INSTANCE) == MPU) || ((INSTANCE) == MPU_NS)) macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_cortex.h349 #define IS_MPU_INSTANCE(INSTANCE) (((INSTANCE) == MPU) || ((INSTANCE) == MPU_NS)) macro