DIY Logging Volt/Ampmeter

Macros

#define PWR_FLAG_WU   PWR_CSR_WUF
 
#define PWR_FLAG_SB   PWR_CSR_SBF
 
#define PWR_FLAG_PVDO   PWR_CSR_PVDO
 

Detailed Description

Macro Definition Documentation

◆ PWR_FLAG_PVDO

#define PWR_FLAG_PVDO   PWR_CSR_PVDO

Definition at line 159 of file stm32f1xx_hal_pwr.h.

◆ PWR_FLAG_SB

#define PWR_FLAG_SB   PWR_CSR_SBF

Definition at line 158 of file stm32f1xx_hal_pwr.h.

◆ PWR_FLAG_WU

#define PWR_FLAG_WU   PWR_CSR_WUF

Definition at line 157 of file stm32f1xx_hal_pwr.h.