Home
last modified time | relevance | path

Searched refs:RCC_CR_HSIRDY (Results 1 – 25 of 44) sorted by relevance

12

/bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/source/
A Dsystem_ft32f0xx.c346 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 Dsystem_mm32f327x.c570 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 Dsystem_MM32L0xx.c568 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 Dsystem_MM32L3xx.c855 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 Dsystem_MM32F103.c876 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 Dstm32l1xx_ll_rcc.h614 return ((READ_BIT(RCC->CR, RCC_CR_HSIRDY) == RCC_CR_HSIRDY) ? 1UL : 0UL); in LL_RCC_HSI_IsReady()
/bsp/mm32f327x/Libraries/MM32F327x/Include/
A Dreg_rcc.h103 #define RCC_CR_HSIRDY (0x01U << RCC_CR_HSIRDY_Pos) ///< Internal High … macro
/bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/
A Dft32f030x6.h2253 #define RCC_CR_HSIRDY ((uint32_t)0x00000002) /*!< Internal High Speed… macro
A Dft32f030x8.h2292 #define RCC_CR_HSIRDY ((uint32_t)0x00000002) /*!< Internal High Speed… macro
A Dft32f072x8.h2330 #define RCC_CR_HSIRDY ((uint32_t)0x00000002) /*!< Internal High Speed… macro
A Dft32f032x8.h2334 #define RCC_CR_HSIRDY ((uint32_t)0x00000002) /*!< Internal High Speed… macro
A Dft32f032x6.h2333 #define RCC_CR_HSIRDY ((uint32_t)0x00000002) /*!< Internal High Speed… macro
A Dft32f072xb.h2559 #define RCC_CR_HSIRDY ((uint32_t)0x00000002) /*!< Internal High Speed… macro
/bsp/mm32l3xx/Libraries/MM32L3xx/Include/
A DMM32L3xx.h1199 #define RCC_CR_HSIRDY ((uint32_t)0x00000002) /*!< Internal High Speed… macro
/bsp/mm32f103x/Libraries/MM32F103/Include/
A DMM32F103.h1208 #define RCC_CR_HSIRDY ((uint32_t)0x00000002) /*!< Internal High Speed… macro
/bsp/tkm32F499/Libraries/CMSIS_and_startup/
A Dtk499.h1536 #define RCC_CR_HSIRDY ((uint32_t)0x00000002) /*!< Internal High Speed… macro
/bsp/mm32l07x/Libraries/MM32L0xx/Include/
A DMM32L0xx.h1184 #define RCC_CR_HSIRDY ((uint32_t)0x00000002) /*!< Internal High Speed… macro
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/CMSIS/HK32F0xx/Include/
A Dhk32f030x4x6x8.h2866 #define RCC_CR_HSIRDY RCC_CR_HSIRDY_Msk /*!< Internal High S… macro
A Dhk32f031x4x6.h2936 #define RCC_CR_HSIRDY RCC_CR_HSIRDY_Msk /*!< Internal High S… macro
A Dhk32f04ax4x6x8.h2861 #define RCC_CR_HSIRDY RCC_CR_HSIRDY_Msk /*!< Internal High S… macro
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x.h1334 #define RCC_CR_HSIRDY ((uint32_t)0x00000002) /*!< Internal High Speed… macro
/bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Include/
A Dstm32l100xb.h3835 #define RCC_CR_HSIRDY RCC_CR_HSIRDY_Msk /*!< Internal High S… macro
A Dstm32l100xba.h3846 #define RCC_CR_HSIRDY RCC_CR_HSIRDY_Msk /*!< Internal High S… macro
A Dstm32l151xb.h3720 #define RCC_CR_HSIRDY RCC_CR_HSIRDY_Msk /*!< Internal High S… macro
A Dstm32l151xba.h3734 #define RCC_CR_HSIRDY RCC_CR_HSIRDY_Msk /*!< Internal High S… macro

Completed in 509 milliseconds

12