Home
last modified time | relevance | path

Searched refs:crc_step (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/gpio/
Dgpio_max22190.c208 uint8_t crc_step, tmp; in max22190_crc() local
225 crc_step = (uint8_t)(tmp ^ crc_poly); in max22190_crc()
227 crc_step = tmp; in max22190_crc()
231 tmp = (uint8_t)(((crc_step & 0x1F) << 1) + in max22190_crc()
235 crc_step = (uint8_t)(tmp ^ crc_poly); in max22190_crc()
237 crc_step = tmp; in max22190_crc()
241 return (uint8_t)(crc_step & 0x1F); in max22190_crc()