Board Support  Version 1.0
Functions available when using the Board Software Components
Audio Events

Identifiers for audio events. More...

Macros

#define AUDIO_EVENT_SEND_COMPLETE   (1UL << 0)
 Send completed.
 
#define AUDIO_EVENT_RECEIVE_COMPLETE   (1UL << 1)
 Receive completed.
 
#define AUDIO_EVENT_TX_UNDERFLOW   (1UL << 2)
 Transmit data not available.
 
#define AUDIO_EVENT_RX_OVERFLOW   (1UL << 3)
 Receive data overflow.
 

Description

Identifiers for audio events.

Event values for the Audio_SignalEvent callback function.