Expand description
Utility datatypes for dealing with bitpacked and volatile data.
Structs§
- Helper newtype to represent a packed bitfield structure.
- Index of a bit in a bitfield structure.
- Range of bits in a bitfield structure.
- Helper newtype representing volatile values (anything that may be modified by hardware or an interrupt service routine.)
- Helper newtype for a Bitfield that representas a volatile underlying field (I/O register or similar).
Traits§
- Trait for things that can be turned into a bitmask
- Trait for bounded increment/decrement
- Trait for bounded maths operations with wraparound