Function esp_idf_sys::i2s_del_channel

source ยท
pub unsafe extern "C" fn i2s_del_channel(
    handle: i2s_chan_handle_t,
) -> esp_err_t
Expand description

@brief Delete the I2S channel @note Only allowed to be called when the I2S channel is at REGISTERED or READY state (i.e., it should stop before deleting it). @note Resource will be free automatically if all channels in one port are deleted

@param[in] handle I2S channel handler - ESP_OK Delete successfully - ESP_ERR_INVALID_ARG NULL pointer