| /bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/source/ |
| A D | system_ft32f0xx.c | 346 HSIStatus = RCC->CR & RCC_CR_HSIRDY; in SetSysClockTo24() 350 if ((RCC->CR & RCC_CR_HSIRDY) != RESET) in SetSysClockTo24() 415 HSIStatus = RCC->CR & RCC_CR_HSIRDY; in SetSysClockTo36() 419 if ((RCC->CR & RCC_CR_HSIRDY) != RESET) in SetSysClockTo36() 484 HSIStatus = RCC->CR & RCC_CR_HSIRDY; in SetSysClockTo48() 488 if ((RCC->CR & RCC_CR_HSIRDY) != RESET) in SetSysClockTo48() 553 HSIStatus = RCC->CR & RCC_CR_HSIRDY; in SetSysClockTo56() 557 if ((RCC->CR & RCC_CR_HSIRDY) != RESET) in SetSysClockTo56() 622 HSIStatus = RCC->CR & RCC_CR_HSIRDY; in SetSysClockTo72() 626 if ((RCC->CR & RCC_CR_HSIRDY) != RESET) in SetSysClockTo72() [all …]
|
| /bsp/mm32f327x/Libraries/MM32F327x/Source/ |
| A D | system_mm32f327x.c | 570 while(!(RCC->CR & RCC_CR_HSIRDY)); in SetSysClockToXX() 670 while(!(RCC->CR & RCC_CR_HSIRDY)); in SetSysClockTo24_HSI() 704 while(!(RCC->CR & RCC_CR_HSIRDY)); in SetSysClockTo36_HSI() 736 while(!(RCC->CR & RCC_CR_HSIRDY)); in SetSysClockTo48_HSI() 774 while(!(RCC->CR & RCC_CR_HSIRDY)); in SetSysClockToXX_HSI()
|
| /bsp/mm32l07x/Libraries/MM32L0xx/Source/ |
| A D | system_MM32L0xx.c | 568 while(!(RCC->CR&RCC_CR_HSIRDY)); in SetSysClockTo24_HSI() 597 while(!(RCC->CR&RCC_CR_HSIRDY)); in SetSysClockTo36_HSI() 626 while(!(RCC->CR&RCC_CR_HSIRDY)); in SetSysClockTo48_HSI()
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/Source/ |
| A D | system_MM32L3xx.c | 855 while(!(RCC->CR&RCC_CR_HSIRDY)); in SetSysClockTo48_HSI() 882 while(!(RCC->CR&RCC_CR_HSIRDY)); in SetSysClockTo72_HSI() 909 while(!(RCC->CR&RCC_CR_HSIRDY)); in SetSysClockTo96_HSI()
|
| /bsp/mm32f103x/Libraries/MM32F103/Source/ |
| A D | system_MM32F103.c | 876 while(!(RCC->CR & RCC_CR_HSIRDY)); in SetSysClockTo48_HSI() 903 while(!(RCC->CR & RCC_CR_HSIRDY)); in SetSysClockTo72_HSI() 930 while(!(RCC->CR & RCC_CR_HSIRDY)); in SetSysClockTo96_HSI()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_ll_rcc.h | 614 return ((READ_BIT(RCC->CR, RCC_CR_HSIRDY) == RCC_CR_HSIRDY) ? 1UL : 0UL); in LL_RCC_HSI_IsReady()
|
| /bsp/mm32f327x/Libraries/MM32F327x/Include/ |
| A D | reg_rcc.h | 103 #define RCC_CR_HSIRDY (0x01U << RCC_CR_HSIRDY_Pos) ///< Internal High … macro
|
| /bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/ |
| A D | ft32f030x6.h | 2253 #define RCC_CR_HSIRDY ((uint32_t)0x00000002) /*!< Internal High Speed… macro
|
| A D | ft32f030x8.h | 2292 #define RCC_CR_HSIRDY ((uint32_t)0x00000002) /*!< Internal High Speed… macro
|
| A D | ft32f072x8.h | 2330 #define RCC_CR_HSIRDY ((uint32_t)0x00000002) /*!< Internal High Speed… macro
|
| A D | ft32f032x8.h | 2334 #define RCC_CR_HSIRDY ((uint32_t)0x00000002) /*!< Internal High Speed… macro
|
| A D | ft32f032x6.h | 2333 #define RCC_CR_HSIRDY ((uint32_t)0x00000002) /*!< Internal High Speed… macro
|
| A D | ft32f072xb.h | 2559 #define RCC_CR_HSIRDY ((uint32_t)0x00000002) /*!< Internal High Speed… macro
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/Include/ |
| A D | MM32L3xx.h | 1199 #define RCC_CR_HSIRDY ((uint32_t)0x00000002) /*!< Internal High Speed… macro
|
| /bsp/mm32f103x/Libraries/MM32F103/Include/ |
| A D | MM32F103.h | 1208 #define RCC_CR_HSIRDY ((uint32_t)0x00000002) /*!< Internal High Speed… macro
|
| /bsp/tkm32F499/Libraries/CMSIS_and_startup/ |
| A D | tk499.h | 1536 #define RCC_CR_HSIRDY ((uint32_t)0x00000002) /*!< Internal High Speed… macro
|
| /bsp/mm32l07x/Libraries/MM32L0xx/Include/ |
| A D | MM32L0xx.h | 1184 #define RCC_CR_HSIRDY ((uint32_t)0x00000002) /*!< Internal High Speed… macro
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/CMSIS/HK32F0xx/Include/ |
| A D | hk32f030x4x6x8.h | 2866 #define RCC_CR_HSIRDY RCC_CR_HSIRDY_Msk /*!< Internal High S… macro
|
| A D | hk32f031x4x6.h | 2936 #define RCC_CR_HSIRDY RCC_CR_HSIRDY_Msk /*!< Internal High S… macro
|
| A D | hk32f04ax4x6x8.h | 2861 #define RCC_CR_HSIRDY RCC_CR_HSIRDY_Msk /*!< Internal High S… macro
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x.h | 1334 #define RCC_CR_HSIRDY ((uint32_t)0x00000002) /*!< Internal High Speed… macro
|
| /bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Include/ |
| A D | stm32l100xb.h | 3835 #define RCC_CR_HSIRDY RCC_CR_HSIRDY_Msk /*!< Internal High S… macro
|
| A D | stm32l100xba.h | 3846 #define RCC_CR_HSIRDY RCC_CR_HSIRDY_Msk /*!< Internal High S… macro
|
| A D | stm32l151xb.h | 3720 #define RCC_CR_HSIRDY RCC_CR_HSIRDY_Msk /*!< Internal High S… macro
|
| A D | stm32l151xba.h | 3734 #define RCC_CR_HSIRDY RCC_CR_HSIRDY_Msk /*!< Internal High S… macro
|