Function flipperzero_sys::bit_lib_get_bits_16
source · pub unsafe extern "C" fn bit_lib_get_bits_16(
data: *const u8,
position: usize,
length: u8
) -> u16Expand description
Get the bits of a data, as uint16_t.
Returns:
- The bits.
Arguments
data- The data to get the bits from.position- The position of the first bit.length- The length of the bits.