Macros
Collaboration diagram for PWR_Regulator_state_in_STOP_mode:

Macros

#define IS_PWR_REGULATOR(REGULATOR)
 
#define PWR_Regulator_LowPower   PWR_CR_LPDS
 
#define PWR_Regulator_ON   ((uint32_t)0x00000000)
 

Detailed Description

Macro Definition Documentation

#define IS_PWR_REGULATOR (   REGULATOR)
Value:
(((REGULATOR) == PWR_Regulator_ON) || \
((REGULATOR) == PWR_Regulator_LowPower))
#define PWR_Regulator_ON
Definition: stm32f4xx_pwr.h:81
#define PWR_Regulator_LowPower
Definition: stm32f4xx_pwr.h:82

Definition at line 83 of file stm32f4xx_pwr.h.

#define PWR_Regulator_LowPower   PWR_CR_LPDS

Definition at line 82 of file stm32f4xx_pwr.h.

#define PWR_Regulator_ON   ((uint32_t)0x00000000)

Definition at line 81 of file stm32f4xx_pwr.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:54