[][src]Function esp_idf_sys::i2s_start

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

@brief Start I2S driver

It is not necessary to call this function after i2s_driver_install() (it is started automatically), however it is necessary to call it after i2s_stop().

@param i2s_num I2S_NUM_0, I2S_NUM_1

@return - ESP_OK Success - ESP_ERR_INVALID_ARG Parameter error