Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_iwdg.c33 #define IWDG_CNT_MASK GENMASK_32(11, 0) macro
151 if (cnt > IWDG_CNT_MASK || cnt < 3) in iwdg_timeout_cnt()
293 *max_timeout = (IWDG_CNT_MASK + 1) * IWDG_PRESCALER_1024 / rate; in iwdg_wdt_init()
347 iwdg->max_hw_timeout = (IWDG_CNT_MASK + 1) * IWDG_PRESCALER_1024 / rate; in stm32_iwdg_handle_timeouts()