crc16_ccitt
acoustic_
ofdm
0.1.0
In acoustic_
ofdm::
crc
acoustic_ofdm
::
crc
Function
crc16_
ccitt
Copy item path
Source
pub fn crc16_ccitt(data: &[
u8
]) ->
u16
Expand description
Computes CRC-16/CCITT-FALSE over
data
.
Parameters:
data
: input bytes. Returns:
u16
: CRC value.