Home
last modified time | relevance | path

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

/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_pwr.c155 void PWR_WakeUpPinCmd(uint32_t PWR_WakeUpPin, FunctionalState NewState) in PWR_WakeUpPinCmd() argument
158 assert_param(IS_PWR_WAKEUP_PIN(PWR_WakeUpPin)); in PWR_WakeUpPinCmd()
164 PWR->CSR |= PWR_WakeUpPin; in PWR_WakeUpPinCmd()
169 PWR->CSR &= ~PWR_WakeUpPin; in PWR_WakeUpPinCmd()
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_pwr.c204 void PWR_WakeUpPinCmd(uint32_t PWR_WakeUpPin, FunctionalState NewState) in PWR_WakeUpPinCmd() argument
207 assert_param(IS_PWR_WAKEUP_PIN(PWR_WakeUpPin)); in PWR_WakeUpPinCmd()
213 PWR->CSR |= PWR_WakeUpPin; in PWR_WakeUpPinCmd()
218 PWR->CSR &= ~PWR_WakeUpPin; in PWR_WakeUpPinCmd()
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_pwr.h143 void PWR_WakeUpPinCmd(uint32_t PWR_WakeUpPin, FunctionalState NewState);
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_pwr.h165 void PWR_WakeUpPinCmd(uint32_t PWR_WakeUpPin, FunctionalState NewState);

Completed in 13 milliseconds