STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
PWR Private macros to check input parameters

Macros

#define IS_PWR_PVD_LEVEL(LEVEL)
 
#define IS_PWR_PVD_MODE(MODE)
 
#define IS_PWR_REGULATOR(REGULATOR)
 
#define IS_PWR_SLEEP_ENTRY(ENTRY)   (((ENTRY) == PWR_SLEEPENTRY_WFI) || ((ENTRY) == PWR_SLEEPENTRY_WFE))
 
#define IS_PWR_STOP_ENTRY(ENTRY)   (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE))
 
#define IS_PWR_REGULATOR_VOLTAGE(VOLTAGE)
 

Detailed Description

Macro Definition Documentation

#define IS_PWR_PVD_LEVEL (   LEVEL)
Value:
(((LEVEL) == PWR_PVDLEVEL_0) || ((LEVEL) == PWR_PVDLEVEL_1)|| \
((LEVEL) == PWR_PVDLEVEL_2) || ((LEVEL) == PWR_PVDLEVEL_3)|| \
((LEVEL) == PWR_PVDLEVEL_4) || ((LEVEL) == PWR_PVDLEVEL_5)|| \
((LEVEL) == PWR_PVDLEVEL_6) || ((LEVEL) == PWR_PVDLEVEL_7))
#define PWR_PVDLEVEL_6
#define PWR_PVDLEVEL_2
#define PWR_PVDLEVEL_0
#define PWR_PVDLEVEL_7
#define PWR_PVDLEVEL_3
#define PWR_PVDLEVEL_5
#define PWR_PVDLEVEL_1
#define PWR_PVDLEVEL_4

Definition at line 383 of file stm32f7xx_hal_pwr.h.

#define IS_PWR_PVD_MODE (   MODE)
Value:
(((MODE) == PWR_PVD_MODE_IT_RISING)|| ((MODE) == PWR_PVD_MODE_IT_FALLING) || \
((MODE) == PWR_PVD_MODE_NORMAL))
#define PWR_PVD_MODE_EVENT_FALLING
#define PWR_PVD_MODE_EVENT_RISING_FALLING
#define PWR_PVD_MODE_IT_FALLING
#define PWR_PVD_MODE_EVENT_RISING
#define PWR_PVD_MODE_IT_RISING
#define PWR_PVD_MODE_IT_RISING_FALLING
#define PWR_PVD_MODE_NORMAL

Definition at line 387 of file stm32f7xx_hal_pwr.h.

#define IS_PWR_REGULATOR (   REGULATOR)
Value:
(((REGULATOR) == PWR_MAINREGULATOR_ON) || \
((REGULATOR) == PWR_LOWPOWERREGULATOR_ON))
#define PWR_LOWPOWERREGULATOR_ON
#define PWR_MAINREGULATOR_ON

Definition at line 391 of file stm32f7xx_hal_pwr.h.

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

Definition at line 395 of file stm32f7xx_hal_pwr.h.

#define IS_PWR_SLEEP_ENTRY (   ENTRY)    (((ENTRY) == PWR_SLEEPENTRY_WFI) || ((ENTRY) == PWR_SLEEPENTRY_WFE))

Definition at line 393 of file stm32f7xx_hal_pwr.h.

#define IS_PWR_STOP_ENTRY (   ENTRY)    (((ENTRY) == PWR_STOPENTRY_WFI) || ((ENTRY) == PWR_STOPENTRY_WFE))

Definition at line 394 of file stm32f7xx_hal_pwr.h.