STM32F4 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
FLASH Power Down configuration functions

FLASH Power Down configuration functions. More...

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
NewState,:new state of the Flash power mode. This parameter can be: ENABLE or DISABLE.
Return values
None