Searched refs:ui32MPUConfig (Results 1 – 9 of 9) sorted by relevance
87 MPUEnable(uint32_t ui32MPUConfig) in MPUEnable() argument92 ASSERT(!(ui32MPUConfig & ~(MPU_CONFIG_PRIV_DEFAULT | in MPUEnable()99 HWREG(NVIC_MPU_CTRL) = ui32MPUConfig | NVIC_MPU_CTRL_ENABLE; in MPUEnable()
141 extern void MPUEnable(uint32_t ui32MPUConfig);
1369 ((void (*)(uint32_t ui32MPUConfig))ROM_MPUTABLE[0])
89 MPUEnable(uint32_t ui32MPUConfig) in MPUEnable() argument94 ASSERT(!(ui32MPUConfig & ~(MPU_CONFIG_PRIV_DEFAULT | in MPUEnable()101 HWREG(NVIC_MPU_CTRL) = ui32MPUConfig | NVIC_MPU_CTRL_ENABLE; in MPUEnable()
3721 ((void (*)(uint32_t ui32MPUConfig))ROM_MPUTABLE[0])
Completed in 49 milliseconds