dac_continuous_write_asynchronously() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- ESP_OK Write the data into DMA buffer successfully - ESP_ERR_INVALID_ARG NULL pointer - ESP_ERR_INVALID_STATE The channels haven't start the asynchronous writing - ESP_ERR_NOT_FOUND The param 'dam_buf' not match any existed DMA buffer

Notes

This function can be called when the asynchronous writing started, and it can be called in the callback directly but recommend to writing data in a task, referring to :example:`peripherals/dac/dac_continuous/dac_audio`

References

from examples