pub unsafe extern "C" fn bit_lib_test_parity_32(
    bits: u32,
    parity: BitLibParity
) -> bool
Expand description

@brief Test parity of given bits @param bits Bits to test parity of @param parity Parity to test against @return true if parity is correct, false otherwise