flipperzero_sys

Function bit_buffer_get_parity

Source
pub unsafe extern "C" fn bit_buffer_get_parity(
    buf: *const BitBuffer,
) -> *const u8
Expand description

Get the pointer to the parity data of a BitBuffer instance.

§Arguments

  • buf (direction in) - pointer to a BitBuffer instance to be queried

§Returns

pointer to the parity data