Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_lptimer.c457 uint16_t c0_old_match = (uint16_t)Cy_MCWDT_GetMatch(obj->base, CY_MCWDT_COUNTER0); in _cyhal_lptimer_set_delay_common() local
480 while (((((uint16_t)(c0_old_match - 1)) == c0_current_ticks) || in _cyhal_lptimer_set_delay_common()
481 (c0_old_match == c0_current_ticks) || in _cyhal_lptimer_set_delay_common()
482 (((uint16_t)(c0_old_match + 1)) == c0_current_ticks)) && (timeout != 0UL)) in _cyhal_lptimer_set_delay_common()