Searched refs:MSIStatus (Results 1 – 6 of 6) sorted by relevance
418 bool MSIStatus = 0; in SetSysClock() local432 MSIStatus = RCC->CTRLSTS & RCC_CTRLSTS_MSIRD; in SetSysClock()434 } while ((MSIStatus == 0) && (StartUpCounter != MSI_STARTUP_TIMEOUT)); in SetSysClock()436 MSIStatus = ((RCC->CTRLSTS & RCC_CTRLSTS_MSIRD) != RESET); in SetSysClock()437 if (!MSIStatus) in SetSysClock()
436 bool MSIStatus = 0; in SetSysClock() local450 MSIStatus = RCC->CTRLSTS & RCC_CTRLSTS_MSIRD; in SetSysClock()452 } while ((MSIStatus == 0) && (StartUpCounter != MSI_STARTUP_TIMEOUT)); in SetSysClock()454 MSIStatus = ((RCC->CTRLSTS & RCC_CTRLSTS_MSIRD) != RESET); in SetSysClock()455 if (!MSIStatus) in SetSysClock()
466 FlagStatus MSIStatus = RESET; in RCC_WaitMsiStable() local470 MSIStatus = RCC_GetFlagStatus(RCC_CTRLSTS_FLAG_MSIRD); in RCC_WaitMsiStable()472 } while ((StartUpCounter != MSI_STARTUP_TIMEOUT) && (MSIStatus == RESET)); in RCC_WaitMsiStable()
482 FlagStatus MSIStatus = RESET; in RCC_WaitMsiStable() local487 MSIStatus = RCC_GetFlagStatus(RCC_CTRLSTS_FLAG_MSIRD); in RCC_WaitMsiStable()489 } while ((StartUpCounter != MSI_STARTUP_TIMEOUT) && (MSIStatus == RESET)); in RCC_WaitMsiStable()
Completed in 26 milliseconds