Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_lptimer.c514 uint16_t c1_current_ticks = (uint16_t)Cy_MCWDT_GetCount(obj->base, CY_MCWDT_COUNTER1); in _cyhal_lptimer_set_delay_common() local
515 uint16_t c1_match = (uint16_t)(c1_current_ticks + (delay >> 16)); in _cyhal_lptimer_set_delay_common()