You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a .reset() method as a short-hand for .write(|w| w).
This is only done for Access::ReadWrite because writing the reset
value to write-only registers does not seem like it has any potential
use at all.
Fixes#19.
0 commit comments