Expand description
Traitsยง
- ReadReg
- A trait representing a readable register.
- RwSafe
Reg - A trait representing a register that is both readable and safe-writable. It
is automatically implemented for any type that implements both
ReadRegandSafeWriteReg. - RwUnsafe
Reg - A trait representing a register that is both readable and unsafe-writable.
It is automatically implemented for any type that implements both
ReadRegandUnsafeWriteReg. - Safe
Write Reg - A trait representing a safe-writable register.
- Unsafe
Write Reg - A trait representing an unsafe-writable register.