Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_ene_kb1200.c50 cfg->wdt->WDTCFG |= WDT_FUNCTON_ENABLE; in wdt_kb1200_setup()
60 if (!(cfg->wdt->WDTCFG & WDT_FUNCTON_ENABLE)) { in wdt_kb1200_disable()
64 cfg->wdt->WDTCFG = (cfg->wdt->WDTCFG & ~WDT_FUNCTON_ENABLE) | WDT_DISABLE_PASSWORD; in wdt_kb1200_disable()
126 if (!(cfg->wdt->WDTCFG & WDT_FUNCTON_ENABLE)) { in wdt_kb1200_feed()
130 cfg->wdt->WDTCFG |= WDT_FUNCTON_ENABLE; in wdt_kb1200_feed()
/Zephyr-latest/soc/ene/kb1200/reg/
Dwdt.h36 #define WDT_FUNCTON_ENABLE 0x01 macro