Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_peci.c32 | MEC_BIT(MEC_PECI_CTRL_PWRDN_Pos)); in peci_reset()
37 regs->CTRL = MEC_BIT(MEC_PECI_CTRL_PWRDN_Pos); in peci_reset()
107 regs->CTRL &= (uint8_t)~MEC_BIT(MEC_PECI_CTRL_PWRDN_Pos); in mec_hal_peci_init()
122 regs->CTRL &= (uint8_t)~MEC_BIT(MEC_PECI_CTRL_PWRDN_Pos); in mec_hal_peci_enable()
124 regs->CTRL |= MEC_BIT(MEC_PECI_CTRL_PWRDN_Pos); in mec_hal_peci_enable()
220 regs->CTRL = ctrl | MEC_BIT(MEC_PECI_CTRL_PWRDN_Pos); in mec_hal_peci_set_opt_bit_time()
348 MEC_PECI0->CTRL |= MEC_BIT(MEC_PECI_CTRL_PWRDN_Pos); in mec_hal_peci_pm_save_disable()
/hal_microchip-latest/mec5/devices/common/
Dmec5_peci_v1.h56 #define MEC_PECI_CTRL_PWRDN_Pos (0UL) /*!< PWRDN (Bit 0) … macro