STM8L15x Standard Peripherals Drivers: CLK_Beep_Selection

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

CLK_Beep_Selection

Defines

#define IS_CLK_CLOCK_BEEP(OUTPUT)

Enumerations

enum  CLK_BEEPCLKSource_TypeDef { CLK_BEEPCLKSource_Off = (uint8_t)0x00, CLK_BEEPCLKSource_LSI = (uint8_t)0x02, CLK_BEEPCLKSource_LSE = (uint8_t)0x04 }

Define Documentation

#define IS_CLK_CLOCK_BEEP (   OUTPUT)
Value:
(((OUTPUT) == CLK_BEEPCLKSource_Off)  ||\
                                   ((OUTPUT) == CLK_BEEPCLKSource_LSI)  ||\
                                   ((OUTPUT) == CLK_BEEPCLKSource_LSE))

Definition at line 147 of file stm8l15x_clk.h.

Referenced by CLK_BEEPClockConfig().


Enumeration Type Documentation

Enumerator:
CLK_BEEPCLKSource_Off 

Clock BEEP Off

CLK_BEEPCLKSource_LSI 

Clock BEEP : LSI

CLK_BEEPCLKSource_LSE 

Clock BEEP : LSE

Definition at line 141 of file stm8l15x_clk.h.

STM8S Firmware Library: Overview

 

 

 

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