STM8L15x Standard Peripherals Drivers
|
Defines | |
#define | IS_PWR_FLAG(FLAG) |
Enumerations | |
enum | PWR_FLAG_TypeDef { PWR_FLAG_PVDOF = (uint8_t)0x40, PWR_FLAG_PVDIF = (uint8_t)0x20, PWR_FLAG_VREFINTF = (uint8_t)0x01 } |
Define Documentation
#define IS_PWR_FLAG | ( | FLAG | ) |
Value:
(((FLAG) == PWR_FLAG_PVDOF) || \ ((FLAG) == PWR_FLAG_PVDIF) || \ ((FLAG) == PWR_FLAG_VREFINTF))
Definition at line 81 of file stm8l15x_pwr.h.
Referenced by PWR_GetFlagStatus().
Enumeration Type Documentation
enum PWR_FLAG_TypeDef |
Definition at line 75 of file stm8l15x_pwr.h.