Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_peci.c103 regs->CTRL |= MEC_BIT(MEC_PECI_CTRL_MIEN_Pos); in mec_hal_peci_init()
176 regs->CTRL |= MEC_BIT(MEC_PECI_CTRL_MIEN_Pos); in mec_hal_peci_global_ien()
178 regs->CTRL &= (uint8_t)~MEC_BIT(MEC_PECI_CTRL_MIEN_Pos); in mec_hal_peci_global_ien()
/hal_microchip-latest/mec5/devices/common/
Dmec5_peci_v1.h64 #define MEC_PECI_CTRL_MIEN_Pos (7UL) /*!< MIEN (Bit 7) … macro