STM8L15x Standard Peripherals Drivers: PVD_detection_level

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

PVD_detection_level

Defines

#define IS_PWR_PVD_LEVEL(LEVEL)

Enumerations

enum  PWR_PVDLevel_TypeDef {
  PWR_PVDLevel_1V85 = (uint8_t)0x00, PWR_PVDLevel_2V05 = (uint8_t)0x02, PWR_PVDLevel_2V26 = (uint8_t)0x04, PWR_PVDLevel_2V45 = (uint8_t)0x06,
  PWR_PVDLevel_2V65 = (uint8_t)0x08, PWR_PVDLevel_2V85 = (uint8_t)0x0A, PWR_PVDLevel_3V05 = (uint8_t)0x0C, PWR_PVDLevel_PVDIn = (uint8_t)0x0E
}

Define Documentation

#define IS_PWR_PVD_LEVEL (   LEVEL)
Value:
(((LEVEL) == PWR_PVDLevel_1V85) || \
                                 ((LEVEL) == PWR_PVDLevel_2V05) || \
                                 ((LEVEL) == PWR_PVDLevel_2V26) || \
                                 ((LEVEL) == PWR_PVDLevel_2V45) || \
                                 ((LEVEL) == PWR_PVDLevel_2V65) || \
                                 ((LEVEL) == PWR_PVDLevel_2V85) || \
                                 ((LEVEL) == PWR_PVDLevel_3V05) || \
                                 ((LEVEL) == PWR_PVDLevel_PVDIn))

Definition at line 59 of file stm8l15x_pwr.h.

Referenced by PWR_PVDLevelConfig().


Enumeration Type Documentation

Enumerator:
PWR_PVDLevel_1V85 

PVD threshold = 1.85 V

PWR_PVDLevel_2V05 

PVD threshold = 2.05 V

PWR_PVDLevel_2V26 

PVD threshold = 2.26 V

PWR_PVDLevel_2V45 

PVD threshold = 2.45 V

PWR_PVDLevel_2V65 

PVD threshold = 2.65 V

PWR_PVDLevel_2V85 

PVD threshold = 2.85 V

PWR_PVDLevel_3V05 

PVD threshold = 3.05 V

PWR_PVDLevel_PVDIn 

PVD threshold = PVD_IN input pin

Definition at line 48 of file stm8l15x_pwr.h.

STM8S Firmware Library: Overview

 

 

 

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