Lines Matching full:wdt
25 /* wdt register base address */
85 LOG_ERR("No valid WDT timeout installed"); in wdt_it8xxx2_setup()
90 LOG_ERR("WDT is already running"); in wdt_it8xxx2_setup()
130 LOG_DBG("WDT Setup and enabled"); in wdt_it8xxx2_setup()
136 * reload the WDT and pre-warning timer1 counter
172 LOG_DBG("WDT Kicking"); in wdt_it8xxx2_feed()
195 LOG_DBG("WDT Disabled"); in wdt_it8xxx2_disable()
236 LOG_DBG("WDT ISR"); in wdt_it8xxx2_isr()
239 static DEVICE_API(wdt, wdt_it8xxx2_api) = {
258 /* set WDT and timer1 to use 1.024kHz clock */ in wdt_it8xxx2_init()
261 /* set WDT key match enabled and WDT clock to use ET1PSR */ in wdt_it8xxx2_init()