Searched refs:IS_MPU_INSTANCE (Results 1 – 4 of 4) sorted by relevance
790 assert_param(IS_MPU_INSTANCE(MPUx)); in MPU_ConfigRegion()835 assert_param(IS_MPU_INSTANCE(MPUx)); in MPU_ConfigMemoryAttributes()
763 assert_param(IS_MPU_INSTANCE(MPUx)); in MPU_ConfigRegion()799 assert_param(IS_MPU_INSTANCE(MPUx)); in MPU_ConfigMemoryAttributes()
335 #define IS_MPU_INSTANCE(INSTANCE) (((INSTANCE) == MPU) || ((INSTANCE) == MPU_NS)) macro
349 #define IS_MPU_INSTANCE(INSTANCE) (((INSTANCE) == MPU) || ((INSTANCE) == MPU_NS)) macro