Microchip® Advanced Software Framework

audio.h File Reference

Macros

Callback argument
#define AUDIO_DAC_OUT_OF_SAMPLE_CB   1
 Out of sample callback for the output. More...
 
#define AUDIO_DAC_RELOAD_CB   2
 Reload callback for the output. More...
 
#define AUDIO_ADC_OUT_OF_SAMPLE_CB   4
 Out of sample callback for the input. More...
 
#define AUDIO_ADC_RELOAD_CB   8
 Reload callback for the input. More...
 

#define AUDIO_ADC_OUT_OF_SAMPLE_CB   4

Out of sample callback for the input.

Referenced by audio_callback().

#define AUDIO_ADC_RELOAD_CB   8

Reload callback for the input.

Referenced by audio_callback().

#define AUDIO_DAC_OUT_OF_SAMPLE_CB   1

Out of sample callback for the output.

Referenced by audio_callback(), ISR(), and tpa6130_dac_output().

#define AUDIO_DAC_RELOAD_CB   2

Reload callback for the output.

Referenced by audio_callback(), dsp_process_init(), ISR(), and tpa6130_dac_output().