DIY Logging Volt/Ampmeter

Macros

#define PWR_STOPENTRY_WFI   ((uint8_t)0x01)
 
#define PWR_STOPENTRY_WFE   ((uint8_t)0x02)
 

Detailed Description

Macro Definition Documentation

◆ PWR_STOPENTRY_WFE

#define PWR_STOPENTRY_WFE   ((uint8_t)0x02)

Definition at line 148 of file stm32f1xx_hal_pwr.h.

◆ PWR_STOPENTRY_WFI

#define PWR_STOPENTRY_WFI   ((uint8_t)0x01)

Definition at line 147 of file stm32f1xx_hal_pwr.h.