![]() |
STM32F0 Standard Peripheral bibliotheek
1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
|
WakeUp pins configuration functions. More...
Functions | |
| void | PWR_WakeUpPinCmd (uint32_t PWR_WakeUpPin, FunctionalState NewState) |
| Enables or disables the WakeUp Pin functionality. More... | |
WakeUp pins configuration functions.
==============================================================================
##### WakeUp pin 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 and WakeUp Pin 2 on PC.13. | void PWR_WakeUpPinCmd | ( | uint32_t | PWR_WakeUpPin, |
| FunctionalState | NewState | ||
| ) |
Enables or disables the WakeUp Pin functionality.
| PWR_WakeUpPin,: | specifies the WakeUpPin. This parameter can be: PWR_WakeUpPin_1 or PWR_WakeUpPin_2. |
| NewState,: | new state of the WakeUp Pin functionality. This parameter can be: ENABLE or DISABLE. |
| None |