Macros | |
#define | IS_PWR_SLEEP_ENTRY(ENTRY) (((ENTRY) == PWR_SLEEPEntry_WFI) || ((ENTRY) == PWR_SLEEPEntry_WFE)) |
#define | PWR_SLEEPEntry_WFE ((uint8_t)0x02) |
#define | PWR_SLEEPEntry_WFI ((uint8_t)0x01) |
#define IS_PWR_SLEEP_ENTRY | ( | ENTRY | ) | (((ENTRY) == PWR_SLEEPEntry_WFI) || ((ENTRY) == PWR_SLEEPEntry_WFE)) |
Definition at line 109 of file stm32f30x_pwr.h.
#define PWR_SLEEPEntry_WFE ((uint8_t)0x02) |
Definition at line 108 of file stm32f30x_pwr.h.
#define PWR_SLEEPEntry_WFI ((uint8_t)0x01) |
Definition at line 107 of file stm32f30x_pwr.h.