Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_ene_kb1200.c95 cfg->wdt->WDTCFG_T = WDT_RESET_WHOLE_CHIP_WO_GPIO; in wdt_kb1200_install_timeout()
98 cfg->wdt->WDTCFG_T = WDT_RESET_WHOLE_CHIP; in wdt_kb1200_install_timeout()
101 cfg->wdt->WDTCFG_T = WDT_RESET_ONLY_MCU; in wdt_kb1200_install_timeout()
/Zephyr-latest/soc/ene/kb1200/reg/
Dwdt.h15 volatile uint8_t WDTCFG_T; /*Configuration Reset Type Register */ member