Macros
Collaboration diagram for Regulator_state_is_STOP_mode:

Macros

#define IS_PWR_REGULATOR(REGULATOR)
 
#define PWR_Regulator_LowPower   ((uint32_t)0x00000001)
 
#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_LowPower
Definition: stm32f10x_pwr.h:79
#define PWR_Regulator_ON
Definition: stm32f10x_pwr.h:78

Definition at line 80 of file stm32f10x_pwr.h.

#define PWR_Regulator_LowPower   ((uint32_t)0x00000001)

Definition at line 79 of file stm32f10x_pwr.h.

#define PWR_Regulator_ON   ((uint32_t)0x00000000)

Definition at line 78 of file stm32f10x_pwr.h.



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