Crate ral_registers

source ·
Expand description

This crate contains an MMIO abstraction that uses macros to read, modify, and write fields in registers.

See the README for further details.

Macros

  • Modify a RWRegister or UnsafeRWRegister.
  • Read the value from a RORegister, RWRegister, UnsafeRORegister, or UnsafeRWRegister.
  • Reset a RWRegister, UnsafeRWRegister, WORegister, or UnsafeWORegister to its reset value.
  • Write to a RWRegister or UnsafeRWRegister.

Structs