Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_rcc.c269 __IO uint32_t startupcounter = 0; in RCC_WaitForHSEStartUp() local
276 startupcounter++; in RCC_WaitForHSEStartUp()
277 } while((startupcounter != HSE_STARTUP_TIMEOUT) && (hsestatus == RESET)); in RCC_WaitForHSEStartUp()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_rcc.c289 __IO uint32_t startupcounter = 0; in RCC_WaitForHSEStartUp() local
296 startupcounter++; in RCC_WaitForHSEStartUp()
297 } while((startupcounter != HSE_STARTUP_TIMEOUT) && (hsestatus == RESET)); in RCC_WaitForHSEStartUp()

Completed in 9 milliseconds