bit_lib_get_bits_64

Function bit_lib_get_bits_64 

Source
pub unsafe extern "C" fn bit_lib_get_bits_64(
    data: *const u8,
    position: usize,
    length: u8,
) -> u64
Expand description

Get the bits of a data, as uint64_t.

§Arguments

  • data - The data to get the bits from.
  • position - The position of the first bit.
  • length - The length of the bits.

§Returns

The bits.