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 master_callback().
#define AUDIO_ADC_RELOAD_CB 8 |
Reload callback for the input.
Referenced by master_callback().
#define AUDIO_DAC_OUT_OF_SAMPLE_CB 1 |
Out of sample callback for the output.
Referenced by ISR(), main(), master_callback(), and tpa6130_dac_output().
#define AUDIO_DAC_RELOAD_CB 2 |
Reload callback for the output.
Referenced by ISR(), main(), master_callback(), and tpa6130_dac_output().