Function flipperzero_sys::bit_buffer_append_bit

source ·
pub unsafe extern "C" fn bit_buffer_append_bit(
    buf: *mut BitBuffer,
    bit: bool,
)
Expand description

Append a bit to a BitBuffer instance. The destination capacity must be sufficient to accomodate the additional bit.

§Arguments

  • [in,out] - buf pointer to a BitBuffer instance to be appended to
  • [in] - bit bit value to be appended