[][src]Function esp_idf_sys::i2s_write_bytes

pub unsafe extern "C" fn i2s_write_bytes(
    i2s_num: i2s_port_t,
    src: *const c_void,
    size: usize,
    ticks_to_wait: TickType_t
) -> c_int

@brief Write data to I2S DMA transmit buffer.

This function is deprecated. Use 'i2s_write' instead. This definition will be removed in a future release.

@return - The amount of bytes written, if timeout, the result will be less than the size passed in. - ESP_FAIL Parameter error