STM8S/A Standard Peripherals Drivers: BEEP_Registers_Bits_Definition

STM8S/A

STM8S/A Standard Peripherals Drivers
BEEP_Registers_Bits_Definition

Defines

#define BEEP_CSR_BEEPDIV   ((uint8_t)0x1F)
#define BEEP_CSR_BEEPEN   ((uint8_t)0x20)
#define BEEP_CSR_BEEPSEL   ((uint8_t)0xC0)

Define Documentation

#define BEEP_CSR_BEEPDIV   ((uint8_t)0x1F)

Beeper Divider prescalar mask

Definition at line 499 of file stm8s.h.

Referenced by BEEP_Init(), and BEEP_LSICalibrationConfig().

#define BEEP_CSR_BEEPEN   ((uint8_t)0x20)

Beeper enable mask

Definition at line 498 of file stm8s.h.

Referenced by BEEP_Cmd().

#define BEEP_CSR_BEEPSEL   ((uint8_t)0xC0)

Beeper frequency selection mask

Definition at line 497 of file stm8s.h.

Referenced by BEEP_Init().

STM8 Standard Peripherals Library: Footer

 

 

 

      For complete documentation on STM8 8-bit Microcontrollers platform visit www.st.com