Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Space_Invaders_Demo neopixels gpio_test_stm32f3_discovery gpio_test_systimer ... more
WakeUp pins configuration functions
[PWR_Private_Functions]
WakeUp pins configuration functions. More...
Functions | |
void | PWR_WakeUpPinCmd (uint32_t PWR_WakeUpPin, FunctionalState NewState) |
Enables or disables the WakeUp Pin functionality. |
Detailed Description
WakeUp pins configuration functions.
=============================================================================== ##### WakeUp pins configuration functions ##### =============================================================================== [..] (+) WakeUp pins are used to wakeup the system from Standby mode. These pins are forced in input pull down configuration and are active on rising edges. (+) There are three WakeUp pins: WakeUp Pin 1 on PA.00, WakeUp Pin 2 on PC.13 and WakeUp Pin 3 on PE.06.
Function Documentation
void PWR_WakeUpPinCmd | ( | uint32_t | PWR_WakeUpPin, |
FunctionalState | NewState | ||
) |
Enables or disables the WakeUp Pin functionality.
- Parameters:
-
PWR_WakeUpPin,: specifies the WakeUpPin. This parameter can be: PWR_WakeUpPin_1, PWR_WakeUpPin_2 or PWR_WakeUpPin_3. NewState,: new state of the WakeUp Pin functionality. This parameter can be: ENABLE or DISABLE.
- Return values:
-
None
Definition at line 219 of file stm32f30x_pwr.c.
Generated on Tue Jul 12 2022 17:34:46 by
