Expand description
Common register and bit access and modify traits
Structs§
- Access an array of
COUNT
items of typeT
with the itemsSTRIDE
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. - Register reader.
- This structure provides volatile access to registers.
- Register writer.
Traits§
- Raw register type (
u8
,u16
,u32
, …) - Trait implemented by readable registers to enable the
read
method. - Raw register type
- Reset value of the register.
- Trait implemented by writeable registers.
Type Aliases§
- Bit-wise field reader
- Bit-wise write field proxy
- Bit-wise write field proxy
- Bit-wise write field proxy
- Bit-wise write field proxy
- Bit-wise write field proxy
- Bit-wise write field proxy
- Bit-wise write field proxy
- Field reader.
- Write field Proxy with unsafe
bits
- Write field Proxy with safe
bits