Searched refs:WDTM (Results 1 – 2 of 2) sorted by relevance
21 volatile uint16_t WDTM; /*WDT Match Value Register */ member
85 cfg->wdt->WDTM = (config->window.max * 1000) / WDT_TICK_TIME_US; in wdt_kb1200_install_timeout()87 if (cfg->wdt->WDTM < WDT_MIN_CNT) { in wdt_kb1200_install_timeout()