Function bit_lib_test_parity_32
Source pub unsafe extern "C" fn bit_lib_test_parity_32(
bits: u32,
parity: BitLibParity,
) -> bool
Expand description
Test parity of given bits
§Arguments
bits - Bits to test parity of
parity - Parity to test against
§Returns
true if parity is correct, false otherwise