Function esp_idf_sys::i2s_zero_dma_buffer
source ยท pub unsafe extern "C" fn i2s_zero_dma_buffer(
i2s_num: i2s_port_t,
) -> esp_err_t
Expand description
@brief Zero the contents of the TX DMA buffer.
Pushes zero-byte samples into the TX DMA buffer, until it is full.
@param i2s_num I2S port number
@return - ESP_OK Success - ESP_ERR_INVALID_ARG Parameter error