Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_peci.c240 regs->CTRL |= MEC_BIT(MEC_PECI_CTRL_TXEN_Pos); in mec_hal_peci_tx_enable()
242 regs->CTRL &= (uint8_t)~MEC_BIT(MEC_PECI_CTRL_TXEN_Pos); in mec_hal_peci_tx_enable()
/hal_microchip-latest/mec5/devices/common/
Dmec5_peci_v1.h62 #define MEC_PECI_CTRL_TXEN_Pos (6UL) /*!< TXEN (Bit 6) … macro