STM32F0 Standard Peripheral bibliotheek  1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
PWR_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