CARME-M4 BSP
V1.5
|
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 |
Definition at line 256 of file stm32f4xx_pwr.c.