Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_peci.c31 regs->CTRL = (MEC_BIT(MEC_PECI_CTRL_RST_Pos) | MEC_BIT(MEC_PECI_CTRL_FRST_Pos) in peci_reset()
139 regs->CTRL |= MEC_BIT(MEC_PECI_CTRL_RST_Pos); in mec_hal_peci_ctrl_reset()
141 regs->CTRL &= (uint8_t)~MEC_BIT(MEC_PECI_CTRL_RST_Pos); in mec_hal_peci_ctrl_reset()
/hal_microchip-latest/mec5/devices/common/
Dmec5_peci_v1.h58 #define MEC_PECI_CTRL_RST_Pos (3UL) /*!< RST (Bit 3) … macro