Skip to main content

Module bits

Module bits 

Source
Expand description

Bitwise operations and byte order conversions.

Functionsยง

be_to_u16
Convert big-endian bytes to u16.
be_to_u32
Convert big-endian bytes to u32.
extract_bits
Extract bits from a byte.
set_bits
Set bits in a byte.
u16_to_be
Convert a u16 to big-endian bytes.
u32_to_be
Convert a u32 to big-endian bytes.