Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/mss_watchdog/
Dmss_watchdog.c45 if (config->timeout_val <= MSS_WDOG_TRIGGER_MAX) in MSS_WD_configure()
47 wdog_hw_base[wd_num]->TRIGGER = config->timeout_val; in MSS_WD_configure()
99 config->timeout_val = wdog_hw_base[wd_num]->TRIGGER; in MSS_WD_get_config()
Dmss_watchdog.h236 uint32_t timeout_val; member