CARME-M4 BSP  V1.5
FLASH Power Down configuration functions

FLASH Power Down configuration functions. More...

+ Collaboration diagram for FLASH Power Down configuration functions:

Functions

void PWR_FlashPowerDownCmd (FunctionalState NewState)
 Enables or disables the Flash Power Down in STOP mode. More...
 

Detailed Description

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.

Function Documentation

void PWR_FlashPowerDownCmd ( FunctionalState  NewState)

Enables or disables the Flash Power Down in STOP mode.

Parameters
NewStatenew state of the Flash power mode. This parameter can be: ENABLE or DISABLE.
Return values
None

Definition at line 499 of file stm32f4xx_pwr.c.