Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_adcmic.c260 uint32_t wdt = 0x1555555UL; /* Watchdog timer for blocking while loop */ in Cy_ADCMic_IsEndConversion() local
266 while ((0UL == intr) && (0UL != wdt)) in Cy_ADCMic_IsEndConversion()
269 wdt--; in Cy_ADCMic_IsEndConversion()
279 else if (0UL == wdt) in Cy_ADCMic_IsEndConversion()
Dcy_sar.c753 uint32_t wdt = 0x1555555UL; /* Watchdog timer for blocking while loop */ in Cy_SAR_IsEndConversion() local
759 while ((0UL == intr) && (0UL != wdt)) in Cy_SAR_IsEndConversion()
762 wdt--; in Cy_SAR_IsEndConversion()
772 else if (0UL == wdt) in Cy_SAR_IsEndConversion()