Functions | |
void | PWR_BackupRegulatorCmd (FunctionalState NewState) |
Enables or disables the Backup Regulator. More... | |
void | PWR_ClearFlag (uint32_t PWR_FLAG) |
Clears the PWR's pending flags. More... | |
void | PWR_EnterSTANDBYMode (void) |
Enters STANDBY mode. More... | |
void | PWR_EnterSTOPMode (uint32_t PWR_Regulator, uint8_t PWR_STOPEntry) |
Enters STOP mode. More... | |
void | PWR_FlashPowerDownCmd (FunctionalState NewState) |
Enables or disables the Flash Power Down in STOP mode. More... | |
FlagStatus | PWR_GetFlagStatus (uint32_t PWR_FLAG) |
Checks whether the specified PWR flag is set or not. More... | |
void | PWR_MainRegulatorModeConfig (uint32_t PWR_Regulator_Voltage) |
Configures the main internal regulator output voltage. More... | |
void | PWR_WakeUpPinCmd (FunctionalState NewState) |
Enables or disables the WakeUp Pin functionality. More... | |
void PWR_BackupRegulatorCmd | ( | FunctionalState | NewState | ) |
Enables or disables the Backup Regulator.
NewState | new state of the Backup Regulator. This parameter can be: ENABLE or DISABLE. |
None |
Definition at line 310 of file stm32f4xx_pwr.c.
void PWR_ClearFlag | ( | uint32_t | PWR_FLAG | ) |
Clears the PWR's pending flags.
PWR_FLAG | specifies the flag to clear. This parameter can be one of the following values:
|
None |
Definition at line 654 of file stm32f4xx_pwr.c.
void PWR_EnterSTANDBYMode | ( | void | ) |
Enters STANDBY mode.
None |
None |
None |
None |
None |
None |
Definition at line 570 of file stm32f4xx_pwr.c.
void PWR_EnterSTOPMode | ( | uint32_t | PWR_Regulator, |
uint8_t | PWR_STOPEntry | ||
) |
Enters STOP mode.
PWR_Regulator | specifies the regulator state in STOP mode. This parameter can be one of the following values:
|
PWR_STOPEntry | specifies if STOP mode in entered with WFI or WFE instruction. This parameter can be one of the following values:
|
None |
PWR_Regulator | specifies the regulator state in STOP mode. This parameter can be one of the following values:
|
PWR_STOPEntry | specifies if STOP mode in entered with WFI or WFE instruction. This parameter can be one of the following values:
|
None |
Definition at line 522 of file stm32f4xx_pwr.c.
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 378 of file stm32f4xx_pwr.c.
FlagStatus PWR_GetFlagStatus | ( | uint32_t | PWR_FLAG | ) |
Checks whether the specified PWR flag is set or not.
PWR_FLAG | specifies the flag to check. This parameter can be one of the following values:
|
The | new state of PWR_FLAG (SET or RESET). |
PWR_FLAG | specifies the flag to check. This parameter can be one of the following values:
|
The | new state of PWR_FLAG (SET or RESET). |
PWR_FLAG | specifies the flag to check. This parameter can be one of the following values:
|
The | new state of PWR_FLAG (SET or RESET). |
Definition at line 627 of file stm32f4xx_pwr.c.
void PWR_MainRegulatorModeConfig | ( | uint32_t | PWR_Regulator_Voltage | ) |
Configures the main internal regulator output voltage.
PWR_Regulator_Voltage | specifies the regulator output voltage to achieve a tradeoff between performance and power consumption when the device does not operate at the maximum frequency (refer to the datasheets for more details). This parameter can be one of the following values:
|
None |
Definition at line 332 of file stm32f4xx_pwr.c.
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 249 of file stm32f4xx_pwr.c.