Home
last modified time | relevance | path

Searched refs:PWR_STOPEntry (Results 1 – 25 of 34) sorted by relevance

12

/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/
A Dn32g4fr_pwr.c200 void PWR_EnterSLEEPMode(uint8_t SLEEPONEXIT, uint8_t PWR_STOPEntry) in PWR_EnterSLEEPMode() argument
204 assert_param(IS_PWR_STOP_ENTRY(PWR_STOPEntry)); in PWR_EnterSLEEPMode()
222 if (PWR_STOPEntry == PWR_STOPENTRY_WFI) in PWR_EnterSLEEPMode()
247 void PWR_EnterStopState(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry) in PWR_EnterStopState() argument
252 assert_param(IS_PWR_STOP_ENTRY(PWR_STOPEntry)); in PWR_EnterStopState()
266 if (PWR_STOPEntry == PWR_STOPENTRY_WFI) in PWR_EnterStopState()
290 void PWR_EnterSTOP2Mode(uint8_t PWR_STOPEntry) in PWR_EnterSTOP2Mode() argument
294 assert_param(IS_PWR_STOP_ENTRY(PWR_STOPEntry)); in PWR_EnterSTOP2Mode()
308 if (PWR_STOPEntry == PWR_STOPENTRY_WFI) in PWR_EnterSTOP2Mode()
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/
A Dn32g45x_pwr.c200 void PWR_EnterSLEEPMode(uint8_t SLEEPONEXIT, uint8_t PWR_STOPEntry) in PWR_EnterSLEEPMode() argument
204 assert_param(IS_PWR_STOP_ENTRY(PWR_STOPEntry)); in PWR_EnterSLEEPMode()
222 if (PWR_STOPEntry == PWR_STOPENTRY_WFI) in PWR_EnterSLEEPMode()
247 void PWR_EnterStopState(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry) in PWR_EnterStopState() argument
252 assert_param(IS_PWR_STOP_ENTRY(PWR_STOPEntry)); in PWR_EnterStopState()
266 if (PWR_STOPEntry == PWR_STOPENTRY_WFI) in PWR_EnterStopState()
290 void PWR_EnterSTOP2Mode(uint8_t PWR_STOPEntry) in PWR_EnterSTOP2Mode() argument
294 assert_param(IS_PWR_STOP_ENTRY(PWR_STOPEntry)); in PWR_EnterSTOP2Mode()
308 if (PWR_STOPEntry == PWR_STOPENTRY_WFI) in PWR_EnterSTOP2Mode()
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/
A Dn32wb452_pwr.c200 void PWR_EnterSLEEPMode(uint8_t SLEEPONEXIT, uint8_t PWR_STOPEntry) in PWR_EnterSLEEPMode() argument
204 assert_param(IS_PWR_STOP_ENTRY(PWR_STOPEntry)); in PWR_EnterSLEEPMode()
222 if (PWR_STOPEntry == PWR_STOPENTRY_WFI) in PWR_EnterSLEEPMode()
247 void PWR_EnterStopState(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry) in PWR_EnterStopState() argument
252 assert_param(IS_PWR_STOP_ENTRY(PWR_STOPEntry)); in PWR_EnterStopState()
266 if (PWR_STOPEntry == PWR_STOPENTRY_WFI) in PWR_EnterStopState()
290 void PWR_EnterSTOP2Mode(uint8_t PWR_STOPEntry) in PWR_EnterSTOP2Mode() argument
294 assert_param(IS_PWR_STOP_ENTRY(PWR_STOPEntry)); in PWR_EnterSTOP2Mode()
308 if (PWR_STOPEntry == PWR_STOPENTRY_WFI) in PWR_EnterSTOP2Mode()
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/
A Dn32g45x_pwr.c200 void PWR_EnterSLEEPMode(uint8_t SLEEPONEXIT, uint8_t PWR_STOPEntry) in PWR_EnterSLEEPMode() argument
204 assert_param(IS_PWR_STOP_ENTRY(PWR_STOPEntry)); in PWR_EnterSLEEPMode()
222 if (PWR_STOPEntry == PWR_STOPENTRY_WFI) in PWR_EnterSLEEPMode()
247 void PWR_EnterStopState(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry) in PWR_EnterStopState() argument
252 assert_param(IS_PWR_STOP_ENTRY(PWR_STOPEntry)); in PWR_EnterStopState()
266 if (PWR_STOPEntry == PWR_STOPENTRY_WFI) in PWR_EnterStopState()
290 void PWR_EnterSTOP2Mode(uint8_t PWR_STOPEntry) in PWR_EnterSTOP2Mode() argument
294 assert_param(IS_PWR_STOP_ENTRY(PWR_STOPEntry)); in PWR_EnterSTOP2Mode()
308 if (PWR_STOPEntry == PWR_STOPENTRY_WFI) in PWR_EnterSTOP2Mode()
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f20x_pwr.c121 void PWR_EnterSTOPMode(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry) in PWR_EnterSTOPMode() argument
130 if(PWR_STOPEntry == PWR_STOPEntry_WFI) in PWR_EnterSTOPMode()
209 void PWR_EnterSTOPMode_RAM(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry) in PWR_EnterSTOPMode_RAM() argument
222 if(PWR_STOPEntry == PWR_STOPEntry_WFI) in PWR_EnterSTOPMode_RAM()
246 void PWR_EnterSTOPMode_RAM_LV(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry) in PWR_EnterSTOPMode_RAM_LV() argument
261 if(PWR_STOPEntry == PWR_STOPEntry_WFI) in PWR_EnterSTOPMode_RAM_LV()
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f20x_pwr.h47 void PWR_EnterSTOPMode(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry);
51 void PWR_EnterSTOPMode_RAM(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry);
52 void PWR_EnterSTOPMode_RAM_LV(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry);
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_pwr.c229 void PWR_EnterSTOPMode(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry) in PWR_EnterSTOPMode() argument
235 assert_param(IS_PWR_STOP_ENTRY(PWR_STOPEntry)); in PWR_EnterSTOPMode()
252 if(PWR_STOPEntry == PWR_STOPEntry_WFI) in PWR_EnterSTOPMode()
259 else if (PWR_STOPEntry == PWR_STOPEntry_WFE) in PWR_EnterSTOPMode()
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_pwr.c383 void PWR_EnterSTOPMode(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry) in PWR_EnterSTOPMode() argument
389 assert_param(IS_PWR_STOP_ENTRY(PWR_STOPEntry)); in PWR_EnterSTOPMode()
427 if (PWR_STOPEntry == PWR_STOPEntry_WFI) in PWR_EnterSTOPMode()
434 else if (PWR_STOPEntry == PWR_STOPEntry_WFE) in PWR_EnterSTOPMode()
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/
A Dn32g45x_pwr.h157 void PWR_EnterStopState(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry);
158 void PWR_EnterSLEEPMode(uint8_t SLEEPONEXIT, uint8_t PWR_STOPEntry);
159 void PWR_EnterSTOP2Mode(uint8_t PWR_STOPEntry);
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/
A Dn32g4fr_pwr.h157 void PWR_EnterStopState(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry);
158 void PWR_EnterSLEEPMode(uint8_t SLEEPONEXIT, uint8_t PWR_STOPEntry);
159 void PWR_EnterSTOP2Mode(uint8_t PWR_STOPEntry);
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/
A Dn32wb452_pwr.h157 void PWR_EnterStopState(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry);
158 void PWR_EnterSLEEPMode(uint8_t SLEEPONEXIT, uint8_t PWR_STOPEntry);
159 void PWR_EnterSTOP2Mode(uint8_t PWR_STOPEntry);
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/
A Dn32g45x_pwr.h157 void PWR_EnterStopState(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry);
158 void PWR_EnterSLEEPMode(uint8_t SLEEPONEXIT, uint8_t PWR_STOPEntry);
159 void PWR_EnterSTOP2Mode(uint8_t PWR_STOPEntry);
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_pwr.c172 void PWR_EnterSTOPMode(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry) in PWR_EnterSTOPMode() argument
177 assert_param(IS_PWR_STOP_ENTRY(PWR_STOPEntry)); in PWR_EnterSTOPMode()
191 if(PWR_STOPEntry == PWR_STOPEntry_WFI) in PWR_EnterSTOPMode()
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/
A DHAL_pwr.c237 void PWR_EnterSTOPMode(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry) in PWR_EnterSTOPMode() argument
242 assert_param(IS_PWR_STOP_ENTRY(PWR_STOPEntry)); in PWR_EnterSTOPMode()
256 if(PWR_STOPEntry == PWR_STOPEntry_WFI) in PWR_EnterSTOPMode()
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/
A DHAL_pwr.c237 void PWR_EnterSTOPMode(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry) in PWR_EnterSTOPMode() argument
242 assert_param(IS_PWR_STOP_ENTRY(PWR_STOPEntry)); in PWR_EnterSTOPMode()
257 if(PWR_STOPEntry == PWR_STOPEntry_WFI) in PWR_EnterSTOPMode()
/bsp/tkm32F499/Libraries/Hal_lib/src/
A DHAL_pwr.c237 void PWR_EnterSTOPMode(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry) in PWR_EnterSTOPMode() argument
242 assert_param(IS_PWR_STOP_ENTRY(PWR_STOPEntry)); in PWR_EnterSTOPMode()
257 if(PWR_STOPEntry == PWR_STOPEntry_WFI) in PWR_EnterSTOPMode()
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/
A DHAL_pwr.c237 void PWR_EnterSTOPMode(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry) in PWR_EnterSTOPMode() argument
242 assert_param(IS_PWR_STOP_ENTRY(PWR_STOPEntry)); in PWR_EnterSTOPMode()
257 if(PWR_STOPEntry == PWR_STOPEntry_WFI) in PWR_EnterSTOPMode()
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/
A Dn32l43x_pwr.h193 void PWR_EnterStopState(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry);
194 void PWR_EnterSLEEPMode(uint8_t SLEEPONEXIT, uint8_t PWR_STOPEntry);
195 void PWR_EnterSTOP2Mode(uint8_t PWR_STOPEntry,uint32_t RetentionMode);
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/
A Dn32g43x_pwr.h193 void PWR_EnterStopState(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry);
194 void PWR_EnterSLEEPMode(uint8_t SLEEPONEXIT, uint8_t PWR_STOPEntry);
195 void PWR_EnterSTOP2Mode(uint8_t PWR_STOPEntry,uint32_t RetentionMode);
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/
A Dn32l40x_pwr.h195 void PWR_EnterStopState(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry);
196 void PWR_EnterSLEEPMode(uint8_t SLEEPONEXIT, uint8_t PWR_STOPEntry);
197 void PWR_EnterSTOP2Mode(uint8_t PWR_STOPEntry,uint32_t RetentionMode);
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32v10x_pwr.c138 void PWR_EnterSTOPMode(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry) in PWR_EnterSTOPMode() argument
148 if(PWR_STOPEntry == PWR_STOPEntry_WFI) in PWR_EnterSTOPMode()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f10x_pwr.c122 void PWR_EnterSTOPMode(uint32_t PWR_Regulator, uint8_t PWR_STOPEntry) in PWR_EnterSTOPMode() argument
131 if(PWR_STOPEntry == PWR_STOPEntry_WFI) in PWR_EnterSTOPMode()
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/
A Dn32l43x_pwr.c286 void PWR_EnterSTOP2Mode(uint8_t PWR_STOPEntry,uint32_t RetentionMode) in PWR_EnterSTOP2Mode() argument
290 assert_param(IS_PWR_STOP_ENTRY(PWR_STOPEntry)); in PWR_EnterSTOP2Mode()
310 if (PWR_STOPEntry == PWR_STOPENTRY_WFI) in PWR_EnterSTOP2Mode()
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/
A Dn32l40x_pwr.c289 void PWR_EnterSTOP2Mode(uint8_t PWR_STOPEntry,uint32_t RetentionMode) in PWR_EnterSTOP2Mode() argument
293 assert_param(IS_PWR_STOP_ENTRY(PWR_STOPEntry)); in PWR_EnterSTOP2Mode()
314 if (PWR_STOPEntry == PWR_STOPENTRY_WFI) in PWR_EnterSTOP2Mode()
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/
A Dn32g43x_pwr.c292 void PWR_EnterSTOP2Mode(uint8_t PWR_STOPEntry,uint32_t RetentionMode) in PWR_EnterSTOP2Mode() argument
296 assert_param(IS_PWR_STOP_ENTRY(PWR_STOPEntry)); in PWR_EnterSTOP2Mode()
321 if (PWR_STOPEntry == PWR_STOPENTRY_WFI) in PWR_EnterSTOP2Mode()

Completed in 22 milliseconds

12