Function esp_idf_hal::rom::crc::crc8_be
source ยท pub fn crc8_be(crc: u8, buf: &[u8]) -> u8
Expand description
Left-shifting CRC-8 with polynomial 0x07
pub fn crc8_be(crc: u8, buf: &[u8]) -> u8
Left-shifting CRC-8 with polynomial 0x07