Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/peci/
Dpeci_mchp_xec.c318 uint8_t tx_fcs; in peci_xec_read() local
340 tx_fcs = regs->RD_DATA; in peci_xec_read()
341 LOG_DBG("TX FCS %x", tx_fcs); in peci_xec_read()
345 rx_buf->buf[0] = tx_fcs; in peci_xec_read()