Skip to main content

Module utils

Module utils 

Source
Expand description

Internal byte utilities shared across sections.

Structs§

BytePosition

Functions§

get_sys_time_in_secs
read_bits
Read bits_to_read bits (LSB-first) from byte_slice at byte_position.
u8_from
u16_from
u32_from
write_bits
Write bits_count bits (LSB-first) from bits_source into byte_vector.
write_byte
Write bits_count bits (LSB-first) from bits_source into byte_vector.