STM32F479xx HAL User Manual
|
Defines | |
#define | IS_PWR_REGULATOR_UNDERDRIVE(REGULATOR) |
#define | IS_PWR_VOLTAGE_SCALING_RANGE(VOLTAGE) |
#define | IS_PWR_WAKEUP_PIN(PIN) ((PIN) == PWR_WAKEUP_PIN1) |
#define IS_PWR_REGULATOR_UNDERDRIVE | ( | REGULATOR | ) |
(((REGULATOR) == PWR_MAINREGULATOR_UNDERDRIVE_ON) || \ ((REGULATOR) == PWR_LOWPOWERREGULATOR_UNDERDRIVE_ON))
Definition at line 296 of file stm32f4xx_hal_pwr_ex.h.
Referenced by HAL_PWREx_EnterUnderDriveSTOPMode().
#define IS_PWR_VOLTAGE_SCALING_RANGE | ( | VOLTAGE | ) |
(((VOLTAGE) == PWR_REGULATOR_VOLTAGE_SCALE1) || \ ((VOLTAGE) == PWR_REGULATOR_VOLTAGE_SCALE2) || \ ((VOLTAGE) == PWR_REGULATOR_VOLTAGE_SCALE3))
Definition at line 304 of file stm32f4xx_hal_pwr_ex.h.
Referenced by HAL_PWREx_ControlVoltageScaling().
#define IS_PWR_WAKEUP_PIN | ( | PIN | ) | ((PIN) == PWR_WAKEUP_PIN1) |
Definition at line 317 of file stm32f4xx_hal_pwr_ex.h.
Referenced by HAL_PWR_DisableWakeUpPin(), and HAL_PWR_EnableWakeUpPin().