Searched refs:MPU_REGION_SIZE_32B (Results 1 – 3 of 3) sorted by relevance
204 #define MPU_REGION_SIZE_32B ((uint8_t)0x04) macro346 #define IS_MPU_REGION_SIZE(SIZE) (((SIZE) == MPU_REGION_SIZE_32B) || \
199 #define MPU_REGION_SIZE_32B ((uint8_t)0x04) macro380 #define IS_MPU_REGION_SIZE(SIZE) (((SIZE) == MPU_REGION_SIZE_32B) || \
182 #define MPU_REGION_SIZE_32B ((uint8_t)0x04U) macro