Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_lptimer.c155 static const uint16_t _CYHAL_LPTIMER_SETMATCH_TIME_US = 93; variable
182 static const uint16_t _CYHAL_LPTIMER_SETMATCH_TIME_US = 0; variable
199 static const uint16_t _CYHAL_LPTIMER_SETMATCH_TIME_US = 180; variable
399 …CWDT_SetWarnLimit(obj->base, obj->counter, (uint16_t)match_value, _CYHAL_LPTIMER_SETMATCH_TIME_US); in _cyhal_lptimer_set_delay_common()
411 cyhal_system_delay_us(_CYHAL_LPTIMER_SETMATCH_TIME_US); in _cyhal_lptimer_set_delay_common()
523 Cy_MCWDT_SetMatch(obj->base, CY_MCWDT_COUNTER0, c0_match, _CYHAL_LPTIMER_SETMATCH_TIME_US); in _cyhal_lptimer_set_delay_common()
524 Cy_MCWDT_SetMatch(obj->base, CY_MCWDT_COUNTER1, c1_match, _CYHAL_LPTIMER_SETMATCH_TIME_US); in _cyhal_lptimer_set_delay_common()