Function esp_idf_sys::esp_rom_crc16_be
source ยท pub unsafe extern "C" fn esp_rom_crc16_be(
crc: u16,
buf: *const u8,
len: u32,
) -> u16
Expand description
@brief CRC16 value in big endian.
@param crc: Initial CRC value (result of last calculation or 0 for the first time) @param buf: Data buffer that used to calculate the CRC value @param len: Length of the data buffer @return CRC16 value