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(), audio_mixer_callback(), audio_mixer_dacs_setup_direct(), audio_mixer_dacs_start_direct(), and master_callback().
#define AUDIO_ADC_RELOAD_CB 8 |
Reload callback for the input.
Referenced by audio_callback(), audio_mixer_callback(), audio_mixer_dacs_setup_direct(), audio_mixer_dacs_start_direct(), and master_callback().
#define AUDIO_DAC_OUT_OF_SAMPLE_CB 1 |
Out of sample callback for the output.
Referenced by aic23b_dac_output(), aic23b_ssc_tx_pdca_int_handler(), audio_callback(), audio_mixer_callback(), audio_mixer_dacs_setup_direct(), audio_mixer_dacs_start_direct(), ISR(), main(), master_callback(), ms3_dac_output(), ms3_ssc_tx_pdca_int_handler(), pwm_dac_pwm_int_handler(), and tpa6130_dac_output().
#define AUDIO_DAC_RELOAD_CB 2 |
Reload callback for the output.
Referenced by aic23b_dac_output(), aic23b_ssc_tx_pdca_int_handler(), audio_callback(), audio_mixer_callback(), audio_mixer_dacs_setup_direct(), audio_mixer_dacs_start_direct(), dsp_process_init(), ISR(), main(), master_callback(), ms3_dac_output(), ms3_ssc_tx_pdca_int_handler(), pwm_dac_pwm_int_handler(), and tpa6130_dac_output().