onewire_host_write_bytes

Function onewire_host_write_bytes 

Source
pub unsafe extern "C" fn onewire_host_write_bytes(
    host: *mut OneWireHost,
    buffer: *const u8,
    count: u16,
)
Expand description

Write one or more bytes

ยงArguments

  • [in] - host pointer to OneWireHost instance
  • [in] - buffer pointer to the data to write
  • [in] - count size of the data to write