Home
last modified time | relevance | path

Searched refs:NVIC_LowPowerMode (Results 1 – 4 of 4) sorted by relevance

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32_cm3_misc.c90 void NVIC_LowPowerConfig(u8 NVIC_LowPowerMode, ControlStatus NewState) in NVIC_LowPowerConfig() argument
93 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()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32_cm0plus_misc.c91 void NVIC_LowPowerConfig(u8 NVIC_LowPowerMode, ControlStatus NewState) in NVIC_LowPowerConfig() argument
94 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()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32_cm0plus_misc.h108 void NVIC_LowPowerConfig(u8 NVIC_LowPowerMode, ControlStatus NewState);
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32_cm3_misc.h108 void NVIC_LowPowerConfig(u8 NVIC_LowPowerMode, ControlStatus NewState);

Completed in 6 milliseconds