Home
last modified time | relevance | path

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

/components/drivers/watchdog/
A Dwatchdog-i6300esb.c42 #define ESB_WDT_RELOAD (0x01 << 8) /* prevent timeout */ macro
79 HWREG16(esb->regs + ESB_RELOAD_REG) = ESB_WDT_RELOAD; in i6300esb_timer_start()
92 HWREG16(esb->regs + ESB_RELOAD_REG) = ESB_WDT_RELOAD; in i6300esb_timer_stop()
105 HWREG16(esb->regs + ESB_RELOAD_REG) = ESB_WDT_RELOAD; in esb_timer_keepalive()
131 HWREG16(esb->regs + ESB_RELOAD_REG) = ESB_WDT_RELOAD; in i6300esb_timer_set_heartbeat()
238 HWREG16(esb->regs + ESB_RELOAD_REG) = ESB_WDT_TIMEOUT | ESB_WDT_RELOAD; in i6300esb_wdt_probe()

Completed in 17 milliseconds