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

@brief Get the bits of a data, as uint32_t. @param data The data to get the bits from. @param position The position of the first bit. @param length The length of the bits. @return The bits.