Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_wdt.c208 uint32_t timeout_count = ( (timeout_ms * CY_SYSCLK_ILO_FREQ) / 1000UL); in _cyhal_wdt_timeout_to_match() local
210 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()