STM8S/A Standard Peripherals Drivers
|
BEEP_Exported_Constants
Defines | |
#define | BEEP_CALIBRATION_DEFAULT ((uint8_t)0x0B) |
#define | LSI_FREQUENCY_MAX ((uint32_t)150000) |
#define | LSI_FREQUENCY_MIN ((uint32_t)110000) |
Define Documentation
#define BEEP_CALIBRATION_DEFAULT ((uint8_t)0x0B) |
Default value when calibration is not done
Definition at line 61 of file stm8s_beep.h.
Referenced by BEEP_Init().
#define LSI_FREQUENCY_MAX ((uint32_t)150000) |
LSI maximum value in Hertz
Definition at line 64 of file stm8s_beep.h.
#define LSI_FREQUENCY_MIN ((uint32_t)110000) |
LSI minimum value in Hertz
Definition at line 63 of file stm8s_beep.h.