ADuCM302x Device Drivers API Reference Manual
Release 3.1.2.0
|
Beeper note structure. More...
#include <adi_beep.h>
Data Fields | |
ADI_BEEP_NOTE_FREQUENCY | frequency |
ADI_BEEP_NOTE_DURATION | duration |
Beeper note structure.
Describes a note in terms of frequency and duration.
Definition at line 234 of file adi_beep.h.
ADI_BEEP_NOTE_FREQUENCY frequency |
Frequency of the note
Definition at line 235 of file adi_beep.h.
Referenced by adi_beep_PlayNote(), adi_beep_PlaySequence(), and adi_beep_PlayTwoTone().
ADI_BEEP_NOTE_DURATION duration |
Duration of the note
Definition at line 236 of file adi_beep.h.
Referenced by adi_beep_PlayNote(), and adi_beep_PlayTwoTone().