flipperzero_sys

Function 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 accommodate the additional bit.

ยงArguments

  • buf (direction in, out) - pointer to a BitBuffer instance to be appended to
  • bit (direction in) - bit value to be appended