Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_wdt.c195 return (uint32_t)(timeout + Cy_WDT_GetCount()); in _cyhal_wdt_timeout_to_match()
210 timeout_count = ( (timeout_count + Cy_WDT_GetCount()) % wrap_count_for_ignore_bits); in _cyhal_wdt_timeout_to_match()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_wdt.h524 __STATIC_INLINE uint32_t Cy_WDT_GetCount(void);
737 __STATIC_INLINE uint32_t Cy_WDT_GetCount(void) in Cy_WDT_GetCount() function