diondokter / device-driver

A toolkit to create better Rust device drivers, faster
https://diondokter.github.io/device-driver/
Apache License 2.0
132 stars 5 forks source link

Add option for multi register read/write #38

Open diondokter opened 2 months ago

diondokter commented 19 hours ago

Ok I'm gonna pause this effort. I've now spent many hours on this.

You'd think having to deal with all the different register types would be the problem. But no. That's fine. The real issue that we have an unknown number of registers which all have an unknown bitsize. To deal with this we need const generic expressions which are still very unstable.