CARME-M4 BSP
V1.5
|
FLASH Power Down configuration functions. More...
Functions | |
void | PWR_FlashPowerDownCmd (FunctionalState NewState) |
Enables or disables the Flash Power Down in STOP mode. More... | |
FLASH Power Down configuration functions.
=============================================================================== ##### FLASH Power Down configuration functions ##### =============================================================================== [..] (+) By setting the FPDS bit in the PWR_CR register by using the PWR_FlashPowerDownCmd() function, the Flash memory also enters power down mode when the device enters Stop mode. When the Flash memory is in power down mode, an additional startup delay is incurred when waking up from Stop mode.
void PWR_FlashPowerDownCmd | ( | FunctionalState | NewState | ) |
Enables or disables the Flash Power Down in STOP mode.
NewState | new state of the Flash power mode. This parameter can be: ENABLE or DISABLE. |
None |
Definition at line 499 of file stm32f4xx_pwr.c.