Searched refs:timeout_count (Results 1 – 1 of 1) sorted by relevance
208 uint32_t timeout_count = ( (timeout_ms * CY_SYSCLK_ILO_FREQ) / 1000UL); in _cyhal_wdt_timeout_to_match() local210 timeout_count = ( (timeout_count + Cy_WDT_GetCount()) % wrap_count_for_ignore_bits); in _cyhal_wdt_timeout_to_match()211 return timeout_count; in _cyhal_wdt_timeout_to_match()