|
STM8L15x Standard Peripherals Drivers
|
Defines | |
| #define | BEEP_CALIBRATION_DEFAULT ((uint8_t)0x01) |
| #define | LSI_FREQUENCY_MAX ((uint32_t)75000) |
| #define | LSI_FREQUENCY_MIN ((uint32_t)25000) |
Define Documentation
| #define BEEP_CALIBRATION_DEFAULT ((uint8_t)0x01) |
Default value when calibration is not done
Definition at line 69 of file stm8l15x_beep.h.
Referenced by BEEP_Init().
| #define LSI_FREQUENCY_MAX ((uint32_t)75000) |
LSI maximum value in Hertz
Definition at line 71 of file stm8l15x_beep.h.
| #define LSI_FREQUENCY_MIN ((uint32_t)25000) |
LSI minimum value in Hertz
Definition at line 70 of file stm8l15x_beep.h.