Modules | Macros
Collaboration diagram for PWR_STOP_mode_entry:

Modules

 PWR_Regulator_Voltage_Scale
 
 PWR_Flag
 

Macros

#define IS_PWR_STOP_ENTRY(ENTRY)   (((ENTRY) == PWR_STOPEntry_WFI) || ((ENTRY) == PWR_STOPEntry_WFE))
 
#define IS_PWR_STOP_ENTRY(ENTRY)   (((ENTRY) == PWR_STOPEntry_WFI) || ((ENTRY) == PWR_STOPEntry_WFE))
 
#define PWR_STOPEntry_WFE   ((uint8_t)0x02)
 
#define PWR_STOPEntry_WFE   ((uint8_t)0x02)
 
#define PWR_STOPEntry_WFI   ((uint8_t)0x01)
 
#define PWR_STOPEntry_WFI   ((uint8_t)0x01)
 

Detailed Description

Macro Definition Documentation

#define IS_PWR_STOP_ENTRY (   ENTRY)    (((ENTRY) == PWR_STOPEntry_WFI) || ((ENTRY) == PWR_STOPEntry_WFE))

Definition at line 95 of file stm32f4xx_pwr.h.

#define IS_PWR_STOP_ENTRY (   ENTRY)    (((ENTRY) == PWR_STOPEntry_WFI) || ((ENTRY) == PWR_STOPEntry_WFE))

Definition at line 121 of file stm32f30x_pwr.h.

#define PWR_STOPEntry_WFE   ((uint8_t)0x02)

Definition at line 94 of file stm32f4xx_pwr.h.

#define PWR_STOPEntry_WFE   ((uint8_t)0x02)

Definition at line 120 of file stm32f30x_pwr.h.

#define PWR_STOPEntry_WFI   ((uint8_t)0x01)

Definition at line 93 of file stm32f4xx_pwr.h.

#define PWR_STOPEntry_WFI   ((uint8_t)0x01)

Definition at line 119 of file stm32f30x_pwr.h.



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