Module reg_map::access

source ·
Expand description

Helper types and traits to define read/write permissions on registers.

Structs§

  • A zero-sized type indicating that a register provides only read access.
  • A zero-sized type indicating that a register provides both read and write access.
  • A zero-sized type indicating that a register provides only write access.

Traits§