Searched refs:Cy_WDT_GetCount (Results 1 – 2 of 2) sorted by relevance
195 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()
524 __STATIC_INLINE uint32_t Cy_WDT_GetCount(void);737 __STATIC_INLINE uint32_t Cy_WDT_GetCount(void) in Cy_WDT_GetCount() function