| /bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/Inc/ |
| A D | stm32f0xx_hal_conf.h | 115 #if !defined (HSI_STARTUP_TIMEOUT) 116 #define HSI_STARTUP_TIMEOUT ((uint32_t)5000) /*!< Time out for HSI start up */ macro
|
| /bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/source/ |
| A D | system_ft32f0xx.c | 348 } while((HSIStatus == 0) && (StartUpCounter != HSI_STARTUP_TIMEOUT)); in SetSysClockTo24() 417 } while((HSIStatus == 0) && (StartUpCounter != HSI_STARTUP_TIMEOUT)); in SetSysClockTo36() 486 } while((HSIStatus == 0) && (StartUpCounter != HSI_STARTUP_TIMEOUT)); in SetSysClockTo48() 555 } while((HSIStatus == 0) && (StartUpCounter != HSI_STARTUP_TIMEOUT)); in SetSysClockTo56() 624 } while((HSIStatus == 0) && (StartUpCounter != HSI_STARTUP_TIMEOUT)); in SetSysClockTo72() 693 } while((HSIStatus == 0) && (StartUpCounter != HSI_STARTUP_TIMEOUT)); in SetSysClockTo96()
|
| /bsp/stm32/stm32f091-st-nucleo/board/CubeMX_Config/Inc/ |
| A D | stm32f0xx_hal_conf.h | 115 #if !defined (HSI_STARTUP_TIMEOUT) 116 #define HSI_STARTUP_TIMEOUT ((uint32_t)5000) /*!< Time out for HSI start up */ macro
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/CMSIS/HK32F0xx/Include/ |
| A D | hk32f0xx.h | 161 #if !defined (HSI_STARTUP_TIMEOUT) 162 #define HSI_STARTUP_TIMEOUT ((uint16_t)0xFFFF) /*!< Time out for HSI start up */ macro
|
| /bsp/stm32/libraries/templates/stm32mp1xx/board/CubeMX_Config/CM4/Inc/ |
| A D | stm32mp1xx_hal_conf.h | 123 #if !defined (HSI_STARTUP_TIMEOUT) 124 #define HSI_STARTUP_TIMEOUT 5000U /*!< Time out for HSI start up */ macro
|
| /bsp/stm32/stm32f072-st-nucleo/board/CubeMX_Config/Inc/ |
| A D | stm32f0xx_hal_conf.h | 100 #if !defined (HSI_STARTUP_TIMEOUT) 101 #define HSI_STARTUP_TIMEOUT ((uint32_t)5000) /*!< Time out for HSI start up */ macro
|
| /bsp/stm32/stm32mp157a-st-discovery/board/CubeMX_Config/CM4/Inc/ |
| A D | stm32mp1xx_hal_conf.h | 123 #if !defined (HSI_STARTUP_TIMEOUT) 124 #define HSI_STARTUP_TIMEOUT 5000U /*!< Time out for HSI start up */ macro
|
| /bsp/stm32/libraries/templates/stm32f3xx/board/CubeMX_Config/Inc/ |
| A D | stm32f3xx_hal_conf.h | 107 #if !defined (HSI_STARTUP_TIMEOUT) 108 #define HSI_STARTUP_TIMEOUT ((uint32_t)5000) /*!< Time out for HSI start up */ macro
|
| /bsp/stm32/stm32mp157a-st-ev1/board/CubeMX_Config/CM4/Inc/ |
| A D | stm32mp1xx_hal_conf.h | 123 #if !defined (HSI_STARTUP_TIMEOUT) 124 #define HSI_STARTUP_TIMEOUT 5000U /*!< Time out for HSI start up */ macro
|
| /bsp/stm32/stm32f302-st-nucleo/board/CubeMX_Config/Inc/ |
| A D | stm32f3xx_hal_conf.h | 107 #if !defined (HSI_STARTUP_TIMEOUT) 108 #define HSI_STARTUP_TIMEOUT ((uint32_t)5000) /*!< Time out for HSI start up */ macro
|
| /bsp/stm32/stm32f334-st-nucleo/board/CubeMX_Config/Inc/ |
| A D | stm32f3xx_hal_conf.h | 108 #if !defined (HSI_STARTUP_TIMEOUT) 109 #define HSI_STARTUP_TIMEOUT ((uint32_t)5000) /*!< Time out for HSI start up */ macro
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/CMSIS/device/ |
| A D | system_n32l43x.c | 456 } while ((HSIStatus == 0) && (StartUpCounter != HSI_STARTUP_TIMEOUT)); in SetSysClock()
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/CMSIS/device/ |
| A D | system_n32l40x.c | 474 } while ((HSIStatus == 0) && (StartUpCounter != HSI_STARTUP_TIMEOUT)); in SetSysClock()
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/CMSIS/device/ |
| A D | system_n32g43x.c | 456 } while ((HSIStatus == 0) && (StartUpCounter != HSI_STARTUP_TIMEOUT)); in SetSysClock()
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/ |
| A D | n32l43x_flash.c | 329 } while ((HSIStatus == 0) && (StartUpCounter != HSI_STARTUP_TIMEOUT)); in FLASH_ClockInit()
|
| A D | n32l43x_rcc.c | 373 } while ((StartUpCounter != HSI_STARTUP_TIMEOUT) && (HSIStatus == RESET)); in RCC_WaitHsiStable()
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/ |
| A D | n32l40x_flash.c | 329 } while ((HSIStatus == 0) && (StartUpCounter != HSI_STARTUP_TIMEOUT)); in FLASH_ClockInit()
|
| A D | n32l40x_rcc.c | 388 } while ((StartUpCounter != HSI_STARTUP_TIMEOUT) && (HSIStatus == RESET)); in RCC_WaitHsiStable()
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/ |
| A D | n32g43x_flash.c | 329 } while ((HSIStatus == 0) && (StartUpCounter != HSI_STARTUP_TIMEOUT)); in FLASH_ClockInit()
|
| A D | n32g43x_rcc.c | 388 } while ((StartUpCounter != HSI_STARTUP_TIMEOUT) && (HSIStatus == RESET)); in RCC_WaitHsiStable()
|
| /bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/ |
| A D | ft32f030x6.h | 59 #if !defined (HSI_STARTUP_TIMEOUT) 60 #define HSI_STARTUP_TIMEOUT ((uint16_t)0x5000) /*!< Time out for HSI start up */ macro
|
| A D | ft32f030x8.h | 77 #if !defined (HSI_STARTUP_TIMEOUT) 78 #define HSI_STARTUP_TIMEOUT ((uint16_t)0x5000) /*!< Time out for HSI start up */ macro
|
| A D | ft32f072x8.h | 77 #if !defined (HSI_STARTUP_TIMEOUT) 78 #define HSI_STARTUP_TIMEOUT ((uint16_t)0x5000) /*!< Time out for HSI start up */ macro
|
| A D | ft32f032x8.h | 77 #if !defined (HSI_STARTUP_TIMEOUT) 78 #define HSI_STARTUP_TIMEOUT ((uint16_t)0x5000) /*!< Time out for HSI start up */ macro
|
| A D | ft32f032x6.h | 77 #if !defined (HSI_STARTUP_TIMEOUT) 78 #define HSI_STARTUP_TIMEOUT ((uint16_t)0x5000) /*!< Time out for HSI start up */ macro
|