Home
last modified time | relevance | path

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

/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/
Dstm32f4xx_rcc.c290 __IO uint32_t startupcounter = 0; in RCC_WaitForHSEStartUp() local
297 startupcounter++; in RCC_WaitForHSEStartUp()
298 } while((startupcounter != HSE_STARTUP_TIMEOUT) && (hsestatus == RESET)); in RCC_WaitForHSEStartUp()