STM32F1 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F1 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Groups
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