Home
last modified time | relevance | path

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

/openthread-2.7.6/tools/spi-hdlc-adapter/
Dspi-hdlc-adapter.c757 static uint16_t hdlc_crc16(uint16_t aFcs, uint8_t aByte) in hdlc_crc16() function
846 fcs = hdlc_crc16(fcs, c); in push_hdlc()
995 fcs = hdlc_crc16(fcs, byte); in pull_hdlc()