buzzer.c File Reference
Buzzer driver (implementation). More...
#include "buzzer.h"
#include "hw/hw_buzzer.h"
#include <drv/timer.h>
#include <mware/event.h>
#include <cfg/debug.h>
#include <cfg/module.h>
Go to the source code of this file.
Functions | |
| static void | buz_softint (void) |
| Turn off buzzer, called by software timer. | |
| void | buz_beep (mtime_t time) |
| Beep for the specified ms time. | |
| void | buz_repeat_start (mtime_t duration, mtime_t interval) |
| Start buzzer repetition. | |
| void | buz_repeat_stop (void) |
| Stop buzzer repetition. | |
| void | buz_init (void) |
| Initialize buzzer. | |
Detailed Description
Buzzer driver (implementation).
- Version:
- Id
- buzzer.c 2506 2009-04-15 08:29:07Z duplo
- Version:
- Id
- buzzer.c 2506 2009-04-15 08:29:07Z duplo
Definition in file buzzer.c.
