![]() |
STM32F4 Standard Peripheral bibliotheek
1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
|
WakeUp pin configuration functions. More...
Functions | |
| void | PWR_WakeUpPinCmd (FunctionalState NewState) |
| Enables or disables the WakeUp Pin functionality. More... | |
WakeUp pin configuration functions.
===============================================================================
WakeUp pin configuration functions
===============================================================================
- WakeUp pin is used to wakeup the system from Standby mode. This pin is
forced in input pull down configuration and is active on rising edges.
- There is only one WakeUp pin: WakeUp Pin 1 on PA.00. | void PWR_WakeUpPinCmd | ( | FunctionalState | NewState | ) |
Enables or disables the WakeUp Pin functionality.
| NewState,: | new state of the WakeUp Pin functionality. This parameter can be: ENABLE or DISABLE. |
| None |