Expand description
Common register and bit access and modify traits
Structs
- Access an array of
COUNTitems of typeTwith the itemsSTRIDEbytes 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 field type
 - Raw register type (
u8,u16,u32, …) - Trait implemented by readable registers to enable the
readmethod. - Raw register type
 - Reset value of the register.
 - Trait implemented by writeable registers.
 
Type Definitions
- 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