STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
PWREx Private macros to check input parameters
Collaboration diagram for PWREx Private macros to check input parameters:

Macros

#define IS_PWR_VOLTAGE_SCALING_RANGE(VOLTAGE)
#define IS_PWR_WAKEUP_PIN(PIN)

Detailed Description

Macro Definition Documentation

◆ IS_PWR_VOLTAGE_SCALING_RANGE

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

Definition at line 302 of file stm32f4xx_hal_pwr_ex.h.

◆ IS_PWR_WAKEUP_PIN

#define IS_PWR_WAKEUP_PIN ( PIN)
Value:
((PIN) == PWR_WAKEUP_PIN1)
#define PWR_WAKEUP_PIN1

Definition at line 315 of file stm32f4xx_hal_pwr_ex.h.