Crate ddevmem
Source - register_map
- A macro to define a register map structure with associated methods for accessing hardware registers.
- DevMem
- Represents a memory-mapped device memory.
- Reg
- A structure representing a register with an optional write capability.
- SliceReg
- A structure representing a slice register with an optional write capability.
- Error
- Represents an error that can occur while map DevMem.
- ReadOnlyReg
- A type alias for a read-only register.
- ReadOnlySliceReg
- A type alias for a read-only slice register.