I2C_WriteBulk

Function I2C_WriteBulk 

Source
pub unsafe extern "C" fn I2C_WriteBulk(
    this: *mut I2C,
    data: *mut u8,
    count: c_int,
) -> bool
Expand description

Execute a bulk write transaction with the device.

Write multiple bytes to a device and wait until the transaction is complete.

@param data The data to write to the register on the device. @param count The number of bytes to be written. @return Transfer Aborted… false for success, true for aborted.