Functions | |
void | PWR_BackupAccessCmd (FunctionalState NewState) |
Enables or disables access to the backup domain (RTC registers, RTC backup data registers and backup SRAM). More... | |
void | PWR_ClearFlag (uint32_t PWR_FLAG) |
Clears the PWR's pending flags. More... | |
void | PWR_DeInit (void) |
Deinitializes the PWR peripheral registers to their default reset values. More... | |
void | PWR_EnterSTANDBYMode (void) |
Enters STANDBY mode. More... | |
void | PWR_EnterSTOPMode (uint32_t PWR_Regulator, uint8_t PWR_STOPEntry) |
Enters STOP mode. More... | |
FlagStatus | PWR_GetFlagStatus (uint32_t PWR_FLAG) |
Checks whether the specified PWR flag is set or not. More... | |
void | PWR_PVDCmd (FunctionalState NewState) |
Enables or disables the Power Voltage Detector(PVD). More... | |
void | PWR_PVDLevelConfig (uint32_t PWR_PVDLevel) |
Configures the voltage threshold detected by the Power Voltage Detector(PVD). More... | |
void | PWR_WakeUpPinCmd (FunctionalState NewState) |
Enables or disables the WakeUp Pin functionality. More... | |
void PWR_BackupAccessCmd | ( | FunctionalState | NewState | ) |
Enables or disables access to the backup domain (RTC registers, RTC backup data registers and backup SRAM).
Enables or disables access to the RTC and backup registers.
NewState | new state of the access to the backup domain. This parameter can be: ENABLE or DISABLE. |
None |
NewState | new state of the access to the RTC and backup registers. This parameter can be: ENABLE or DISABLE. |
None | Enables or disables access to the backup domain (RTC registers, RTC backup data registers and backup SRAM). |
NewState | new state of the access to the RTC and backup registers. This parameter can be: ENABLE or DISABLE. |
None |
Definition at line 142 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_DeInit | ( | void | ) |
Deinitializes the PWR peripheral registers to their default reset values.
None |
None |
Definition at line 127 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.
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_PVDCmd | ( | FunctionalState | NewState | ) |
Enables or disables the Power Voltage Detector(PVD).
NewState | new state of the PVD. This parameter can be: ENABLE or DISABLE. |
None |
Definition at line 215 of file stm32f4xx_pwr.c.
void PWR_PVDLevelConfig | ( | uint32_t | PWR_PVDLevel | ) |
Configures the voltage threshold detected by the Power Voltage Detector(PVD).
PWR_PVDLevel | specifies the PVD detection level This parameter can be one of the following values:
|
None |
PWR_PVDLevel | specifies the PVD detection level This parameter can be one of the following values:
|
None |
PWR_PVDLevel | specifies the PVD detection level This parameter can be one of the following values:
|
None |
Definition at line 190 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.