Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_espi_oob.c238 uint32_t txctrl = iobase->OOBTXC & (uint32_t)~(MEC_ESPI_IO_OOBTXC_OOB_TX_TAG_Msk); in mec_hal_espi_oob_tx_start() local
240 txctrl |= (((uint32_t)tag << MEC_ESPI_IO_OOBTXC_OOB_TX_TAG_Pos) in mec_hal_espi_oob_tx_start()
242 iobase->OOBTXC = txctrl; in mec_hal_espi_oob_tx_start()