Module registers

Source
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.
FieldValue
Values for the specific register fields.
InMemoryRegister
In memory volatile register.
LocalRegisterCopy
A read-write copy of register contents.
ReadOnly
Read-only registers.
ReadWrite
Read/Write registers.
WriteOnly
Write-only registers.

Traits§

RegisterLongName
Descriptive name for each register.