Module bits

Source
Expand description

§Bits utilities

A toolbox of small utilities that manipulate bitstream data. Useful for debugging streams from embedded devices.

Functions§

bit_vec_to_hex_string
bits_to_vec
Convert bits stream to vector (MSB is Vec[0])
vec_to_bits
Convert vector to bits stream (Vec[0] is MSB)