STM8L15x Standard Peripherals Drivers: CLK_HSE_Configuration

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

CLK_HSE_Configuration

Defines

#define IS_CLK_HSE(CONFIG)

Enumerations

enum  CLK_HSE_TypeDef { CLK_HSE_OFF = (uint8_t)0x00, CLK_HSE_ON = (uint8_t)0x01, CLK_HSE_Bypass = (uint8_t)0x11 }

Define Documentation

#define IS_CLK_HSE (   CONFIG)
Value:
(((CONFIG) == CLK_HSE_ON) ||\
                            ((CONFIG) == CLK_HSE_OFF)||\
                            ((CONFIG) == CLK_HSE_Bypass))

Definition at line 53 of file stm8l15x_clk.h.

Referenced by CLK_HSEConfig().


Enumeration Type Documentation

Enumerator:
CLK_HSE_OFF 

HSE Diasble

CLK_HSE_ON 

HSE Enable

CLK_HSE_Bypass 

HSE Bypass and enable

Definition at line 47 of file stm8l15x_clk.h.

STM8S Firmware Library: Overview

 

 

 

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