Searched refs:max_hw_timeout (Results 1 – 1 of 1) sorted by relevance
117 unsigned long max_hw_timeout; member347 iwdg->max_hw_timeout = (IWDG_CNT_MASK + 1) * IWDG_PRESCALER_1024 / rate; in stm32_iwdg_handle_timeouts()349 if (timeout_sec > iwdg->max_hw_timeout) { in stm32_iwdg_handle_timeouts()351 interval = iwdg->max_hw_timeout - IWDG_ETIMEOUT_SEC; in stm32_iwdg_handle_timeouts()