Expand description
Common register and bit access and modify traits
Structs
Access an array of COUNT
items of type T
with the items STRIDE
bytes
apart. This is a zero-sized-type. No objects of this type are ever
actually created, it is only a convenience for wrapping pointer arithmetic.
Field reader.
Register reader.
This structure provides volatile access to registers.
Register writer.
Traits
Trait implemented by readable registers to enable the read
method.
Raw register type
Reset value of the register.
Trait implemented by writeable registers.