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
Mark bits() as safe if the register has no reserved bits
If a register has no fields but its write constraints allow
full range of values to be written, then mark bits() as safe.
Replace match block with unsafety() function call.
0 commit comments