pub unsafe extern "C" fn subghz_protocol_blocks_crc7(
    message: *const [u8; 0],
    size: usize,
    polynomial: u8,
    init: u8
) -> u8
Expand description

CRC-7

@param message array of bytes to check @param size number of bytes in message @param polynomial CRC polynomial @param init starting crc value

@return CRC value