I believe there is a missing register in model714.rs.
Specifically "DCV" is defined in model_714.json on line 80. But looking in model714.rs I would expect to see this register defined roughly between lines 21 and 24. with all the various support code in other parts of the code.
Because of the way the OFFSETS are defined around line 59. I suspect this entire model may be broken because the offsets will have an off by one error.
Remember there are 2 hard problems in computer science, naming things, cache invalidation, and off by one errors.
I believe there is a missing register in model714.rs.
Specifically "DCV" is defined in model_714.json on line 80. But looking in model714.rs I would expect to see this register defined roughly between lines 21 and 24. with all the various support code in other parts of the code.
Because of the way the OFFSETS are defined around line 59. I suspect this entire model may be broken because the offsets will have an off by one error.
Remember there are 2 hard problems in computer science, naming things, cache invalidation, and off by one errors.