STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Topics | |
PWREx Regulator state in UnderDrive mode | |
PWREx Over Under Drive Flag | |
PWREx Regulator Voltage Scale | |
PWREx WakeUp Pins | |
Macros | |
#define | __HAL_PWR_VOLTAGESCALING_CONFIG(__REGULATOR__) |
macros configure the main internal regulator output voltage. | |
#define | __HAL_PWR_OVERDRIVE_ENABLE() |
Macros to enable or disable the Over drive mode. | |
#define | __HAL_PWR_OVERDRIVE_DISABLE() |
#define | __HAL_PWR_OVERDRIVESWITCHING_ENABLE() |
Macros to enable or disable the Over drive switching. | |
#define | __HAL_PWR_OVERDRIVESWITCHING_DISABLE() |
#define | __HAL_PWR_UNDERDRIVE_ENABLE() |
Macros to enable or disable the Under drive mode. | |
#define | __HAL_PWR_UNDERDRIVE_DISABLE() |
#define | __HAL_PWR_GET_ODRUDR_FLAG(__FLAG__) |
Check PWR flag is set or not. | |
#define | __HAL_PWR_CLEAR_ODRUDR_FLAG() |
Clear the Under-Drive Ready flag. | |
#define __HAL_PWR_VOLTAGESCALING_CONFIG | ( | __REGULATOR__ | ) |
#include <stm32f4xx_hal_pwr_ex.h>
macros configure the main internal regulator output voltage.
__REGULATOR__ | 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 133 of file stm32f4xx_hal_pwr_ex.h.
Referenced by HAL_PWREx_ControlVoltageScaling().
#define __HAL_PWR_OVERDRIVE_ENABLE | ( | ) |
#include <stm32f4xx_hal_pwr_ex.h>
Macros to enable or disable the Over drive mode.
Definition at line 147 of file stm32f4xx_hal_pwr_ex.h.
Referenced by HAL_PWREx_EnableOverDrive().
#define __HAL_PWR_OVERDRIVE_DISABLE | ( | ) |
#include <stm32f4xx_hal_pwr_ex.h>
Definition at line 148 of file stm32f4xx_hal_pwr_ex.h.
Referenced by HAL_PWREx_DisableOverDrive().
#define __HAL_PWR_OVERDRIVESWITCHING_ENABLE | ( | ) |
#include <stm32f4xx_hal_pwr_ex.h>
Macros to enable or disable the Over drive switching.
Definition at line 153 of file stm32f4xx_hal_pwr_ex.h.
Referenced by HAL_PWREx_EnableOverDrive().
#define __HAL_PWR_OVERDRIVESWITCHING_DISABLE | ( | ) |
#include <stm32f4xx_hal_pwr_ex.h>
Definition at line 154 of file stm32f4xx_hal_pwr_ex.h.
Referenced by HAL_PWREx_DisableOverDrive().
#define __HAL_PWR_UNDERDRIVE_ENABLE | ( | ) |
#include <stm32f4xx_hal_pwr_ex.h>
Macros to enable or disable the Under drive mode.
Definition at line 166 of file stm32f4xx_hal_pwr_ex.h.
Referenced by HAL_PWREx_EnterUnderDriveSTOPMode().
#define __HAL_PWR_UNDERDRIVE_DISABLE | ( | ) |
#include <stm32f4xx_hal_pwr_ex.h>
Definition at line 167 of file stm32f4xx_hal_pwr_ex.h.
#define __HAL_PWR_GET_ODRUDR_FLAG | ( | __FLAG__ | ) |
#include <stm32f4xx_hal_pwr_ex.h>
Check PWR flag is set or not.
__FLAG__ | specifies the flag to check. This parameter can be one of the following values:
|
The | new state of FLAG (TRUE or FALSE). |
Definition at line 181 of file stm32f4xx_hal_pwr_ex.h.
#define __HAL_PWR_CLEAR_ODRUDR_FLAG | ( | ) |
#include <stm32f4xx_hal_pwr_ex.h>
Clear the Under-Drive Ready flag.
Definition at line 186 of file stm32f4xx_hal_pwr_ex.h.
Referenced by HAL_PWREx_EnterUnderDriveSTOPMode().