Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_iwdg.c117 unsigned long max_hw_timeout; member
347 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()