STM32F439xx HAL User Manual
Defines
PWREx Private macros to check input parameters
PWREx Private Macros

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 Documentation

#define IS_PWR_REGULATOR_UNDERDRIVE (   REGULATOR)
Value:

Definition at line 322 of file stm32f4xx_hal_pwr_ex.h.

Referenced by HAL_PWREx_EnterUnderDriveSTOPMode().

#define IS_PWR_VOLTAGE_SCALING_RANGE (   VOLTAGE)
Value:
(((VOLTAGE) == PWR_REGULATOR_VOLTAGE_SCALE1) || \
                                               ((VOLTAGE) == PWR_REGULATOR_VOLTAGE_SCALE2) || \
                                               ((VOLTAGE) == PWR_REGULATOR_VOLTAGE_SCALE3))

Definition at line 330 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 343 of file stm32f4xx_hal_pwr_ex.h.

Referenced by HAL_PWR_DisableWakeUpPin(), and HAL_PWR_EnableWakeUpPin().