STM8L15x Standard Peripherals Drivers: PWR_Flag

STM8L15x/16x Standard Peripherals Drivers

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

Enumerator:
PWR_FLAG_PVDOF 

PVD output flag

PWR_FLAG_PVDIF 

PVD Interrupt flag

PWR_FLAG_VREFINTF 

Internal reference voltage status flag

Definition at line 75 of file stm8l15x_pwr.h.

STM8S Firmware Library: Overview

 

 

 

For complete documentation on STM8L15x 8-bit microcontrollers platform visit www.st.com