Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_lptimer.c380 uint32_t match_value = counter_value + delay; in _cyhal_lptimer_set_delay_common() local
384 if(match_value > ((1 << 16)-1)) in _cyhal_lptimer_set_delay_common()
389 match_value = delay - _CYHAL_LPTIMER_MIN_DELAY; in _cyhal_lptimer_set_delay_common()
390 if(match_value < _CYHAL_LPTIMER_MIN_DELAY) in _cyhal_lptimer_set_delay_common()
399 …Cy_MCWDT_SetWarnLimit(obj->base, obj->counter, (uint16_t)match_value, _CYHAL_LPTIMER_SETMATCH_TIME… in _cyhal_lptimer_set_delay_common()