Function CAMU_ReadMcuVariableI2cExclusive

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

Reads the specified MCU variable of the specified camera.

ยงArguments

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