ADuCM4x50 Device Drivers API Reference Manual
Release 4.0.0.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 203 of file adi_beep.h.
ADI_BEEP_NOTE_FREQUENCY frequency |
Frequency of the note
Definition at line 204 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 205 of file adi_beep.h.
Referenced by adi_beep_PlayNote(), and adi_beep_PlayTwoTone().