Macros
Collaboration diagram for PWR_Regulator_Voltage_Scale:

Macros

#define IS_PWR_REGULATOR_VOLTAGE(VOLTAGE)
 
#define PWR_Regulator_Voltage_Scale1   ((uint32_t)0x0000C000)
 
#define PWR_Regulator_Voltage_Scale2   ((uint32_t)0x00008000)
 
#define PWR_Regulator_Voltage_Scale3   ((uint32_t)0x00004000)
 

Detailed Description

Macro Definition Documentation

#define IS_PWR_REGULATOR_VOLTAGE (   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 104 of file stm32f4xx_pwr.h.

#define PWR_Regulator_Voltage_Scale1   ((uint32_t)0x0000C000)

Definition at line 101 of file stm32f4xx_pwr.h.

#define PWR_Regulator_Voltage_Scale2   ((uint32_t)0x00008000)

Definition at line 102 of file stm32f4xx_pwr.h.

#define PWR_Regulator_Voltage_Scale3   ((uint32_t)0x00004000)

Definition at line 103 of file stm32f4xx_pwr.h.



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