Searched refs:MEC_WDT_CTRL_ENABLE_Pos (Results 1 – 2 of 2) sorted by relevance
56 ctrl |= MEC_BIT(MEC_WDT_CTRL_ENABLE_Pos); in mec_hal_wdt_init()80 if (regs->CTRL & MEC_BIT(MEC_WDT_CTRL_ENABLE_Pos)) { in mec_hal_wdt_is_enabled()89 regs->CTRL |= MEC_BIT(MEC_WDT_CTRL_ENABLE_Pos); in mec_hal_wdt_enable()94 regs->CTRL &= (uint32_t)~MEC_BIT(MEC_WDT_CTRL_ENABLE_Pos); in mec_hal_wdt_disable()131 regs->CTRL &= (uint32_t)~(MEC_BIT(MEC_WDT_CTRL_ENABLE_Pos) in mec_hal_wdt_intr_helper()142 regs->CTRL |= MEC_BIT(MEC_WDT_CTRL_ENABLE_Pos); in mec_hal_wdt_intr_helper()
32 #define MEC_WDT_CTRL_ENABLE_Pos (0UL) /*!< ENABLE (Bit 0) … macro