Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/modem/
Dmodem_cmux.c17 #define MODEM_CMUX_FCS_INIT_VALUE (0xFF) macro
298 fcs = crc8_rohc(MODEM_CMUX_FCS_INIT_VALUE, &buf[1], (buf_idx - 1)); in modem_cmux_transmit_frame()
855 fcs = crc8_rohc(MODEM_CMUX_FCS_INIT_VALUE, cmux->frame_header, in modem_cmux_process_received_byte()