Expand description
Helper types and traits to define read/write permissions on registers.
Structs§
- Read
Only - A zero-sized type indicating that a register provides only read access.
- Read
Write - A zero-sized type indicating that a register provides both read and write access.
- Write
Only - A zero-sized type indicating that a register provides only write access.