Searched defs:crc8_table (Results 1 – 2 of 2) sorted by relevance
55 static u8 crc8_table[MT6360_INDEX_COUNT][CRC8_TABLE_SIZE]; variable
3 pub(crate) const fn crc8_table(width: u8, poly: u8, reflect: bool) -> [u8; 256] { in crc8_table() function