Module avr_oxide::util::datatypes

source ·
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§