Searched refs:startupcounter (Results 1 – 2 of 2) sorted by relevance
269 __IO uint32_t startupcounter = 0; in RCC_WaitForHSEStartUp() local276 startupcounter++; in RCC_WaitForHSEStartUp()277 } while((startupcounter != HSE_STARTUP_TIMEOUT) && (hsestatus == RESET)); in RCC_WaitForHSEStartUp()
289 __IO uint32_t startupcounter = 0; in RCC_WaitForHSEStartUp() local296 startupcounter++; in RCC_WaitForHSEStartUp()297 } while((startupcounter != HSE_STARTUP_TIMEOUT) && (hsestatus == RESET)); in RCC_WaitForHSEStartUp()
Completed in 9 milliseconds