Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dsystem_stm32f10x.c502 __IO uint32_t StartUpCounter = 0, HSEStatus = 0; in SetSysClockToHSE() local
512 StartUpCounter++; in SetSysClockToHSE()
581 __IO uint32_t StartUpCounter = 0, HSEStatus = 0; in SetSysClockTo24() local
591 StartUpCounter++; in SetSysClockTo24()
685 __IO uint32_t StartUpCounter = 0, HSEStatus = 0; in SetSysClockTo36() local
695 StartUpCounter++; in SetSysClockTo36()
786 __IO uint32_t StartUpCounter = 0, HSEStatus = 0; in SetSysClockTo48() local
796 StartUpCounter++; in SetSysClockTo48()
887 __IO uint32_t StartUpCounter = 0, HSEStatus = 0; in SetSysClockTo56() local
897 StartUpCounter++; in SetSysClockTo56()
[all …]
A Dstm32f10x_rcc.c305 __IO uint32_t StartUpCounter = 0; in RCC_WaitForHSEStartUp() local
313 StartUpCounter++; in RCC_WaitForHSEStartUp()
314 } while((StartUpCounter != HSE_STARTUP_TIMEOUT) && (HSEStatus == RESET)); in RCC_WaitForHSEStartUp()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dsystem_stm32f2xx.c342 __IO uint32_t StartUpCounter = 0, HSEStatus = 0; in SetSysClock() local
351 StartUpCounter++; in SetSysClock()
352 } while((HSEStatus == 0) && (StartUpCounter != HSE_STARTUP_TIMEOUT)); in SetSysClock()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dsystem_stm32f4xx.c660 __IO uint32_t StartUpCounter = 0, HSEStatus = 0; in SetSysClock() local
669 StartUpCounter++; in SetSysClock()
670 } while((HSEStatus == 0) && (StartUpCounter != HSE_STARTUP_TIMEOUT)); in SetSysClock()
766 __IO uint32_t StartUpCounter = 0, HSEStatus = 0; in SetSysClock()
775 StartUpCounter++; in SetSysClock()
776 } while((HSEStatus == 0) && (StartUpCounter != HSE_STARTUP_TIMEOUT)); in SetSysClock()

Completed in 12 milliseconds