pub unsafe extern "C" fn CAMU_WriteRegisterI2c(
    select: u32_,
    addr: u16_,
    data: u16_
) -> Result
Expand description

Writes to the specified I2C register of the specified camera.

§Arguments

  • select - Camera to write to.
  • addr - Address to write to.
  • data - Data to write.