byte
Types to display single bytes using various different representations
Types
type::Bits
type::BitsType visualizing the value of each individual bit
bitfield Bits { ... } [[format, bitfield_order]];type::Byte
type::ByteType representing a single Byte. Decodes the byte as it's hexadecimal value, individual bits and nibbles
union Byte { ... } [[format, single_color]];type::Nibbles
type::NibblesType visualizing the value of the two nibbles
bitfield Nibbles { ... } [[format]];Last updated
Was this helpful?