Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_wdt.c68 ctrl |= MEC_BIT(MEC_WDT_CTRL_RST_MODE_INTR_Pos); in mec_hal_wdt_init()
100 regs->CTRL |= MEC_BIT(MEC_WDT_CTRL_RST_MODE_INTR_Pos); in mec_hal_wdt_intr_ctrl()
104 regs->CTRL &= (uint32_t)~MEC_BIT(MEC_WDT_CTRL_RST_MODE_INTR_Pos); in mec_hal_wdt_intr_ctrl()
132 | MEC_BIT(MEC_WDT_CTRL_RST_MODE_INTR_Pos)); in mec_hal_wdt_intr_helper()
/hal_microchip-latest/mec5/devices/common/
Dmec5_wdt_v2.h40 #define MEC_WDT_CTRL_RST_MODE_INTR_Pos (9UL) /*!< RST_MODE_INTR (Bit 9) … macro