Searched refs:MPU_REGION_ENABLE (Results 1 – 4 of 4) sorted by relevance
137 #define MPU_REGION_ENABLE ((uint8_t)0x01U) macro335 #define IS_MPU_REGION_ENABLE(STATE) (((STATE) == MPU_REGION_ENABLE) || \
149 #define MPU_REGION_ENABLE ((uint8_t)0x01) macro311 #define IS_MPU_REGION_ENABLE(STATE) (((STATE) == MPU_REGION_ENABLE) || \
144 #define MPU_REGION_ENABLE ((uint8_t)0x01) macro345 #define IS_MPU_REGION_ENABLE(STATE) (((STATE) == MPU_REGION_ENABLE) || \
345 if ((MPU_Init->Enable) == MPU_REGION_ENABLE) in HAL_MPU_ConfigRegion()