Expand description
The Tock Register Interface.
This is a re-export of the tock-register-interface
crate provided for
convenience.
The Tock Register Interface provides a mechanism for accessing hardware registers and MMIO interfaces.
Modules§
- Interfaces (traits) to register types
Macros§
- Define register types and fields.
- Define a peripheral memory map containing registers.
Structs§
- Read-only and write-only registers aliased to the same address.
- Specific section of a register.
- Values for the specific register fields.
- In memory volatile register.
- A read-write copy of register contents.
- Read-only registers.
- Read/Write registers.
- Write-only registers.
Traits§
- Descriptive name for each register.