[][src]Function esp_idf_bindgen::i2s_hal_init

pub unsafe extern "C" fn i2s_hal_init(
    hal: *mut i2s_hal_context_t,
    i2s_num: c_int
)

@brief Init the I2S hal and set the I2S to the default configuration. This function should be called first before other hal layer function is called

@param hal Context of the HAL layer @param i2s_num The uart port number, the max port number is (I2S_NUM_MAX -1)