Function flipperzero_sys::bit_buffer_has_partial_byte

source ·
pub unsafe extern "C" fn bit_buffer_has_partial_byte(
    buf: *const BitBuffer,
) -> bool
Expand description

Check whether a BitBuffer instance contains a partial byte (i.e. the bit count is not divisible by 8).

§Arguments

  • [in] - buf pointer to a BitBuffer instance to be checked

§Returns

true if the instance contains a partial byte, false otherwise