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

Reads the specified I2C register of the specified camera.

§Arguments

  • data - Pointer to read data to.
  • select - Camera to read from.
  • addr - Address to read.