ADuCM4x50 Device Drivers API Reference Manual  Release 4.0.0.0
ADI_BEEP_NOTE Struct Reference

Beeper note structure. More...

#include <adi_beep.h>

Data Fields

ADI_BEEP_NOTE_FREQUENCY frequency
 
ADI_BEEP_NOTE_DURATION duration
 

Detailed Description

Beeper note structure.

Describes a note in terms of frequency and duration.

Definition at line 203 of file adi_beep.h.

Field Documentation

◆ 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().

◆ duration

Duration of the note

Definition at line 205 of file adi_beep.h.

Referenced by adi_beep_PlayNote(), and adi_beep_PlayTwoTone().