Searched refs:MPU_REGION_ENABLE (Results 1 – 2 of 2) sorted by relevance
176 #define MPU_REGION_ENABLE ((uint8_t)0x01U) /**< MPU Region Enable */ macro336 #define IS_MPU_REGION_ENABLE(__STATE__) (((__STATE__) == MPU_REGION_ENABLE) || \
130 #define MPU_REGION_ENABLE ((uint8_t)0x01) macro322 #define IS_MPU_REGION_ENABLE(STATE) (((STATE) == MPU_REGION_ENABLE) || \