STM8L15x Standard Peripherals Drivers: BEEP_Registers_Bits_Definition

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

BEEP_Registers_Bits_Definition

Defines

#define BEEP_CSR1_MSR   ((uint8_t)0x01)
#define BEEP_CSR2_BEEPDIV   ((uint8_t)0x1F)
#define BEEP_CSR2_BEEPEN   ((uint8_t)0x20)
#define BEEP_CSR2_BEEPSEL   ((uint8_t)0xC0)

Define Documentation

#define BEEP_CSR1_MSR   ((uint8_t)0x01)

Measurement enable mask

Definition at line 595 of file stm8l15x.h.

Referenced by BEEP_LSClockToTIMConnectCmd().

#define BEEP_CSR2_BEEPDIV   ((uint8_t)0x1F)

Beeper Divider prescalar mask

Definition at line 599 of file stm8l15x.h.

Referenced by BEEP_Init(), and BEEP_LSICalibrationConfig().

#define BEEP_CSR2_BEEPEN   ((uint8_t)0x20)

Beeper enable mask

Definition at line 598 of file stm8l15x.h.

Referenced by BEEP_Cmd().

#define BEEP_CSR2_BEEPSEL   ((uint8_t)0xC0)

Beeper frequency selection mask

Definition at line 597 of file stm8l15x.h.

Referenced by BEEP_Init().

STM8S Firmware Library: Overview

 

 

 

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