dac_dma_periph_init() function
Initialize DAC DMA peripheral
Arguments
freq_hz
DAC data frequency per channel
is_alternate
Transmit data alternate between two channels or simultaneously
is_apll
Whether use APLL as DAC digital controller clock source
Return value
- ESP_ERR_NOT_FOUND The DMA peripheral has been occupied - ESP_ERR_NO_MEM No memory for the DMA peripheral struct - ESP_ERR_INVALID_ARG The frequency is out of range - ESP_OK Initialize DAC DMA peripheral success