Home
last modified time | relevance | path

Searched refs:HSI_STARTUP_TIMEOUT (Results 1 – 25 of 30) sorted by relevance

12

/bsp/stm32/libraries/templates/stm32f0xx/board/CubeMX_Config/Inc/
A Dstm32f0xx_hal_conf.h115 #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 Dsystem_ft32f0xx.c348 } 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 Dstm32f0xx_hal_conf.h115 #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 Dhk32f0xx.h161 #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 Dstm32mp1xx_hal_conf.h123 #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 Dstm32f0xx_hal_conf.h100 #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 Dstm32mp1xx_hal_conf.h123 #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 Dstm32f3xx_hal_conf.h107 #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 Dstm32mp1xx_hal_conf.h123 #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 Dstm32f3xx_hal_conf.h107 #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 Dstm32f3xx_hal_conf.h108 #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 Dsystem_n32l43x.c456 } while ((HSIStatus == 0) && (StartUpCounter != HSI_STARTUP_TIMEOUT)); in SetSysClock()
/bsp/n32/libraries/N32L40x_Firmware_Library/CMSIS/device/
A Dsystem_n32l40x.c474 } while ((HSIStatus == 0) && (StartUpCounter != HSI_STARTUP_TIMEOUT)); in SetSysClock()
/bsp/n32/libraries/N32G43x_Firmware_Library/CMSIS/device/
A Dsystem_n32g43x.c456 } while ((HSIStatus == 0) && (StartUpCounter != HSI_STARTUP_TIMEOUT)); in SetSysClock()
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/
A Dn32l43x_flash.c329 } while ((HSIStatus == 0) && (StartUpCounter != HSI_STARTUP_TIMEOUT)); in FLASH_ClockInit()
A Dn32l43x_rcc.c373 } while ((StartUpCounter != HSI_STARTUP_TIMEOUT) && (HSIStatus == RESET)); in RCC_WaitHsiStable()
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/
A Dn32l40x_flash.c329 } while ((HSIStatus == 0) && (StartUpCounter != HSI_STARTUP_TIMEOUT)); in FLASH_ClockInit()
A Dn32l40x_rcc.c388 } while ((StartUpCounter != HSI_STARTUP_TIMEOUT) && (HSIStatus == RESET)); in RCC_WaitHsiStable()
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/
A Dn32g43x_flash.c329 } while ((HSIStatus == 0) && (StartUpCounter != HSI_STARTUP_TIMEOUT)); in FLASH_ClockInit()
A Dn32g43x_rcc.c388 } while ((StartUpCounter != HSI_STARTUP_TIMEOUT) && (HSIStatus == RESET)); in RCC_WaitHsiStable()
/bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/
A Dft32f030x6.h59 #if !defined (HSI_STARTUP_TIMEOUT)
60 #define HSI_STARTUP_TIMEOUT ((uint16_t)0x5000) /*!< Time out for HSI start up */ macro
A Dft32f030x8.h77 #if !defined (HSI_STARTUP_TIMEOUT)
78 #define HSI_STARTUP_TIMEOUT ((uint16_t)0x5000) /*!< Time out for HSI start up */ macro
A Dft32f072x8.h77 #if !defined (HSI_STARTUP_TIMEOUT)
78 #define HSI_STARTUP_TIMEOUT ((uint16_t)0x5000) /*!< Time out for HSI start up */ macro
A Dft32f032x8.h77 #if !defined (HSI_STARTUP_TIMEOUT)
78 #define HSI_STARTUP_TIMEOUT ((uint16_t)0x5000) /*!< Time out for HSI start up */ macro
A Dft32f032x6.h77 #if !defined (HSI_STARTUP_TIMEOUT)
78 #define HSI_STARTUP_TIMEOUT ((uint16_t)0x5000) /*!< Time out for HSI start up */ macro

Completed in 138 milliseconds

12