uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
STOP_mode_entry

Macros

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

Detailed Description

Macro Definition Documentation

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

Definition at line 92 of file stm32f10x_pwr.h.

#define PWR_STOPEntry_WFE   ((uint8_t)0x02)

Definition at line 91 of file stm32f10x_pwr.h.

#define PWR_STOPEntry_WFI   ((uint8_t)0x01)

Definition at line 90 of file stm32f10x_pwr.h.