Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nuvoton/npcx/common/ecst/
Decst.py731 crc_calc = _crc_update(
767 crc_calc = _crc_update(int.from_bytes(current, "little"), \
920 def _crc_update(cur, crc, table): function