ADuCM302x Device Drivers API Reference Manual  Release 3.1.2.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 234 of file adi_beep.h.

Field Documentation

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

◆ duration

Duration of the note

Definition at line 236 of file adi_beep.h.

Referenced by adi_beep_PlayNote(), and adi_beep_PlayTwoTone().