Searched refs:NVIC_LowPowerMode (Results 1 – 4 of 4) sorted by relevance
90 void NVIC_LowPowerConfig(u8 NVIC_LowPowerMode, ControlStatus NewState) in NVIC_LowPowerConfig() argument93 Assert_Param(IS_NVIC_LOWPOWER(NVIC_LowPowerMode)); in NVIC_LowPowerConfig()98 SCB->SCR |= NVIC_LowPowerMode; in NVIC_LowPowerConfig()102 SCB->SCR &= (u32)(~(u32)NVIC_LowPowerMode); in NVIC_LowPowerConfig()
91 void NVIC_LowPowerConfig(u8 NVIC_LowPowerMode, ControlStatus NewState) in NVIC_LowPowerConfig() argument94 Assert_Param(IS_NVIC_LOWPOWER(NVIC_LowPowerMode)); in NVIC_LowPowerConfig()99 SCB->SCR |= NVIC_LowPowerMode; in NVIC_LowPowerConfig()103 SCB->SCR &= (u32)(~(u32)NVIC_LowPowerMode); in NVIC_LowPowerConfig()
108 void NVIC_LowPowerConfig(u8 NVIC_LowPowerMode, ControlStatus NewState);
Completed in 6 milliseconds