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
- Interfaces (traits) to register types
Macros§
- register_
bitfields - Define register types and fields.
- register_
structs - Define a peripheral memory map containing registers.
Structs§
- Aliased
- Read-only and write-only registers aliased to the same address.
- Field
- Specific section of a register.
- Field
Value - Values for the specific register fields.
- InMemory
Register - In memory volatile register.
- Local
Register Copy - A read-write copy of register contents.
- Read
Only - Read-only registers.
- Read
Write - Read/Write registers.
- Write
Only - Write-only registers.
Traits§
- Register
Long Name - Descriptive name for each register.