Lines Matching defs:cnt
36 uint16_t cnt = RETRY_CNT;
49 --cnt;
50 } while ((readConfig.bits.spiBusy == RTC_TRUE) && (cnt != 0));
72 uint16_t cnt = RETRY_CNT;
86 --cnt;
87 } while ((readConfig.bits.spiBusy == RTC_TRUE) && (cnt != 0));
200 uint16_t cnt = RETRY_CNT;
220 --cnt;
221 } while (((ret != HDF_SUCCESS) || ((value & RTC_LOCK_MASK) == RTC_LOCK_MASK)) && (cnt != 0));
283 uint16_t cnt = RETRY_CNT;
315 --cnt;
316 } while (((ret != HDF_SUCCESS) || ((value & RTC_LOAD_MASK) == RTC_LOAD_MASK)) && (cnt != 0));