Searched refs:NVIC_MPU_ATTR (Results 1 – 3 of 3) sorted by relevance
174 HWREG(NVIC_MPU_ATTR) |= NVIC_MPU_ATTR_ENABLE; in MPURegionEnable()207 HWREG(NVIC_MPU_ATTR) &= ~NVIC_MPU_ATTR_ENABLE; in MPURegionDisable()340 HWREG(NVIC_MPU_ATTR) = (ulFlags & ~(NVIC_MPU_ATTR_TEX_M | in MPURegionSet()389 *pulFlags = HWREG(NVIC_MPU_ATTR); in MPURegionGet()
96 #define NVIC_MPU_ATTR 0xE000EDA0 // MPU Region Attribute and Size macro
136 #define NVIC_MPU_ATTR 0xE000EDA0 // MPU Region Attribute and Size macro
Completed in 19 milliseconds