rockpool.devices.xylo.syns63300.imuif.utils.value_check

Functions

signed_bit_range_check(val, n_bits)

Check if the given value is within the range of signed integer of the given number of bits.

unsigned_bit_range_check(val, n_bits)

Check if the given value is within the range of unsigned integer of the given number of bits.