embedded-software
reusable software modules for embedded systems
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
buzzer.h File Reference
#include <stdint.h>
Include dependency graph for buzzer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void Buzzer_Init (void)
 initializes the buzzer module for use More...
 
void Buzzer_Sound (uint16_t frequency, uint16_t timeout)
 
void hal_Buzzer_Init (void)
 hardware abstaction layer buzzer initialization More...
 
void hal_Start_Buzzer (uint16_t frequency)
 hardware abstraction layer to start buzzer and set the frequency More...
 
void hal_Stop_Buzzer (void)
 hardware abstraction layer to stop buzzer More...