[][src]Function esp_idf_sys::i2s_zero_dma_buffer

pub unsafe extern "C" fn i2s_zero_dma_buffer(i2s_num: i2s_port_t) -> esp_err_t

@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_NUM_0, I2S_NUM_1

@return - ESP_OK Success - ESP_ERR_INVALID_ARG Parameter error