Function flipperzero_sys::bit_lib_get_bits
source · Expand description
@brief Get the bits of a data, as uint8_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.