STM8L15x Standard Peripherals Drivers: CLK_LSE_Configuration

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

CLK_LSE_Configuration

Defines

#define IS_CLK_LSE(CONFIG)

Enumerations

enum  CLK_LSE_TypeDef { CLK_LSE_OFF = (uint8_t)0x00, CLK_LSE_ON = (uint8_t)0x04, CLK_LSE_Bypass = (uint8_t)0x24 }

Define Documentation

#define IS_CLK_LSE (   CONFIG)
Value:
(((CONFIG) == CLK_LSE_OFF) ||\
                            ((CONFIG) == CLK_LSE_ON)  ||\
                            ((CONFIG) == CLK_LSE_Bypass))

Definition at line 69 of file stm8l15x_clk.h.

Referenced by CLK_LSEConfig().


Enumeration Type Documentation

Enumerator:
CLK_LSE_OFF 

LSE Diasble

CLK_LSE_ON 

LSE Enable

CLK_LSE_Bypass 

LSE Bypass and enable

Definition at line 63 of file stm8l15x_clk.h.

STM8S Firmware Library: Overview

 

 

 

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