Searched refs:recalpfcount (Results 1 – 9 of 9) sorted by relevance
1244 uint32_t recalpfcount = 0; in RTC_SmoothCalibConfig() local1259 while (((RTC->ISR & RTC_ISR_RECALPF) != RESET) && (recalpfcount != RECALPF_TIMEOUT)) in RTC_SmoothCalibConfig()1261 recalpfcount++; in RTC_SmoothCalibConfig()
1460 uint32_t recalpfcount = 0; in RTC_ConfigSmoothCalib() local1475 while (((RTC->INITSTS & RTC_INITSTS_RECPF) != RESET) && (recalpfcount != RECALPF_TIMEOUT)) in RTC_ConfigSmoothCalib()1477 recalpfcount++; in RTC_ConfigSmoothCalib()
1459 uint32_t recalpfcount = 0; in RTC_ConfigSmoothCalib() local1474 while (((RTC->INITSTS & RTC_INITSTS_RECPF) != RESET) && (recalpfcount != RECALPF_TIMEOUT)) in RTC_ConfigSmoothCalib()1476 recalpfcount++; in RTC_ConfigSmoothCalib()
1463 uint32_t recalpfcount = 0; in RTC_ConfigSmoothCalib() local1478 while (((RTC->INITSTS & RTC_INITSTS_RECPF) != RESET) && (recalpfcount != RECALPF_TIMEOUT)) in RTC_ConfigSmoothCalib()1480 recalpfcount++; in RTC_ConfigSmoothCalib()
1638 uint32_t recalpfcount = 0; in RTC_SmoothCalibConfig() local1654 while (((RTC->ISR & RTC_ISR_RECALPF) != RESET) && (recalpfcount != RECALPF_TIMEOUT)) in RTC_SmoothCalibConfig()1656 recalpfcount++; in RTC_SmoothCalibConfig()
1507 uint32_t recalpfcount = 0; in RTC_ConfigSmoothCalib() local1522 while (((RTC->INITSTS & RTC_INITSTS_RECPF) != RESET) && (recalpfcount != RECALPF_TIMEOUT)) in RTC_ConfigSmoothCalib()1524 recalpfcount++; in RTC_ConfigSmoothCalib()
1375 uint32_t recalpfcount = 0; in RTC_ConfigSmoothCalib() local1387 while (((RTC->INITSTS & RTC_INITSTS_RECPF) != RESET) && (recalpfcount != RECALPF_TIMEOUT)) in RTC_ConfigSmoothCalib()1389 recalpfcount++; in RTC_ConfigSmoothCalib()
1495 uint32_t recalpfcount = 0; in RTC_ConfigSmoothCalib() local1510 while (((RTC->INITSTS & RTC_INITSTS_RECPF) != RESET) && (recalpfcount != RECALPF_TIMEOUT)) in RTC_ConfigSmoothCalib()1512 recalpfcount++; in RTC_ConfigSmoothCalib()
Completed in 30 milliseconds