Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/console/
Dgsm_mux.c28 #define FCS_INIT_VALUE 0xFF macro
406 hdr[pos] = 0xFF - gsm_mux_fcs_add_buf(FCS_INIT_VALUE, &hdr[1], in gsm_mux_send_data_msg()
430 buf[4] = 0xFF - gsm_mux_fcs_add_buf(FCS_INIT_VALUE, buf + 1, 3); in gsm_mux_send_control_msg()
1239 mux->fcs = FCS_INIT_VALUE; in gsm_mux_process_data()