Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_wdt.c69 regs->IEN |= MEC_BIT(MEC_WDT_IEN_INTREN_Pos); in mec_hal_wdt_init()
101 regs->IEN |= MEC_BIT(MEC_WDT_IEN_INTREN_Pos); in mec_hal_wdt_intr_ctrl()
105 regs->IEN &= (uint32_t)~MEC_BIT(MEC_WDT_IEN_INTREN_Pos); in mec_hal_wdt_intr_ctrl()
/hal_microchip-latest/mec5/devices/common/
Dmec5_wdt_v2.h46 #define MEC_WDT_IEN_INTREN_Pos (0UL) /*!< INTREN (Bit 0) … macro