Searched refs:wdt_cfg (Results 1 – 1 of 1) sorted by relevance
97 wrap_mxc_wdt_cfg_t wdt_cfg; in wdt_max32_install_timeout() local111 wdt_cfg.mode = MXC_WDT_COMPATIBILITY; in wdt_max32_install_timeout()112 wdt_cfg.upperResetPeriod = 0; in wdt_max32_install_timeout()113 wdt_cfg.lowerResetPeriod = 0; in wdt_max32_install_timeout()114 wdt_cfg.upperIntPeriod = 0; in wdt_max32_install_timeout()115 wdt_cfg.lowerIntPeriod = 0; in wdt_max32_install_timeout()118 wdt_cfg.mode = MXC_WDT_WINDOWED; in wdt_max32_install_timeout()120 ret = Wrap_MXC_WDT_Init(regs, &wdt_cfg); in wdt_max32_install_timeout()133 wdt_cfg.lowerResetPeriod = lower_timeout_period; in wdt_max32_install_timeout()134 wdt_cfg.lowerIntPeriod = lower_timeout_period; /* Not used */ in wdt_max32_install_timeout()[all …]