Function ctru_sys::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.