embedded-software
reusable software modules for embedded systems
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
hal_buzzer.c File Reference
#include "buzzer.h"
#include "hal_general.h"
#include "project_settings.h"
#include <stdint.h>
Include dependency graph for hal_buzzer.c:

Functions

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...