pub fn reg_read( i2c: ove_i2c_t, addr: u16, reg: u8, buf: &mut [u8], timeout_ms: u32, ) -> Result<()>
Read from a single-byte-addressed register.