let (a, b, c, d) = device .multi(|d| (d.reg_a(), d.reg_b(), d.reg_c(), d.reg_d())) .read() .unwrap();