Home
last modified time | relevance | path

Searched refs:RCC_CR_HSEBYP (Results 1 – 25 of 47) sorted by relevance

12

/bsp/stm32/stm32h503-st-nucleo/board/CubeMX_Config/Src/
A Dsystem_stm32h5xx.c218 …RCC->CR &= ~(RCC_CR_HSEON | RCC_CR_HSECSSON | RCC_CR_HSEBYP | RCC_CR_HSEEXT | RCC_CR_HSIDIV | RCC_… in SystemInit()
221 …RCC->CR &= ~(RCC_CR_HSEON | RCC_CR_HSECSSON | RCC_CR_HSEBYP | RCC_CR_HSEEXT | RCC_CR_HSIDIV | RCC_… in SystemInit()
248 RCC->CR &= ~(RCC_CR_HSEBYP); in SystemInit()
/bsp/stm32/stm32h563-st-nucleo/board/CubeMX_Config/Src/
A Dsystem_stm32h5xx.c218 …RCC->CR &= ~(RCC_CR_HSEON | RCC_CR_HSECSSON | RCC_CR_HSEBYP | RCC_CR_HSEEXT | RCC_CR_HSIDIV | RCC_… in SystemInit()
221 …RCC->CR &= ~(RCC_CR_HSEON | RCC_CR_HSECSSON | RCC_CR_HSEBYP | RCC_CR_HSEEXT | RCC_CR_HSIDIV | RCC_… in SystemInit()
248 RCC->CR &= ~(RCC_CR_HSEBYP); in SystemInit()
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/
A Dhal_rcc.c52 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); in RCC_DeInit()
68 RCC->CR &= ~(RCC_CR_HSEBYP | RCC_CR_HSEON); in RCC_HSEConfig()
71 RCC->CR |= RCC_CR_HSEBYP; in RCC_HSEConfig()
/bsp/stm32/stm32u575-st-nucleo/board/CubeMX_Config/Src/
A Dsystem_stm32u5xx.c216 RCC->CR &= ~(RCC_CR_HSEBYP); in SystemInit()
/bsp/stm32/stm32u585-iot02a/board/CubeMX_Config/Src/
A Dsystem_stm32u5xx.c216 RCC->CR &= ~(RCC_CR_HSEBYP); in SystemInit()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_rcc.c277 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); in HAL_RCC_DeInit()
1186 if((RCC->CR &RCC_CR_HSEBYP) == RCC_CR_HSEBYP) in HAL_RCC_GetOscConfig()
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/
A Dhal_rcc.h62 RCC_HSE_Bypass = RCC_CR_HSEBYP // HSE Bypass
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_rcc.h507 SET_BIT(RCC->CR, RCC_CR_HSEBYP); in LL_RCC_HSE_EnableBypass()
517 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); in LL_RCC_HSE_DisableBypass()
A Dstm32l1xx_hal_rcc.h1395 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); \
1399 SET_BIT(RCC->CR, RCC_CR_HSEBYP); \
1405 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); \
/bsp/mm32f327x/Libraries/MM32F327x/Include/
A Dreg_rcc.h121 #define RCC_CR_HSEBYP (0x01U << RCC_CR_HSEBYP_Pos) ///< External High … macro
/bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/
A Dft32f030x6.h2258 #define RCC_CR_HSEBYP ((uint32_t)0x00040000) /*!< External High Speed… macro
A Dft32f030x8.h2297 #define RCC_CR_HSEBYP ((uint32_t)0x00040000) /*!< External High Speed… macro
A Dft32f072x8.h2335 #define RCC_CR_HSEBYP ((uint32_t)0x00040000) /*!< External High Speed… macro
A Dft32f032x8.h2339 #define RCC_CR_HSEBYP ((uint32_t)0x00040000) /*!< External High Speed… macro
A Dft32f032x6.h2338 #define RCC_CR_HSEBYP ((uint32_t)0x00040000) /*!< External High Speed… macro
A Dft32f072xb.h2564 #define RCC_CR_HSEBYP ((uint32_t)0x00040000) /*!< External High Speed… macro
/bsp/mm32l3xx/Libraries/MM32L3xx/Include/
A DMM32L3xx.h1204 #define RCC_CR_HSEBYP ((uint32_t)0x00040000) /*!< External High Speed… macro
/bsp/mm32f103x/Libraries/MM32F103/Include/
A DMM32F103.h1213 #define RCC_CR_HSEBYP ((uint32_t)0x00040000) /*!< External High Speed… macro
/bsp/tkm32F499/Libraries/CMSIS_and_startup/
A Dtk499.h1541 #define RCC_CR_HSEBYP ((uint32_t)0x00040000) /*!< External High Speed… macro
/bsp/mm32l07x/Libraries/MM32L0xx/Include/
A DMM32L0xx.h1189 #define RCC_CR_HSEBYP ((uint32_t)0x00040000) /*!< External High Speed… macro
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/CMSIS/HK32F0xx/Include/
A Dhk32f030x4x6x8.h2897 #define RCC_CR_HSEBYP RCC_CR_HSEBYP_Msk /*!< External High S… macro
A Dhk32f031x4x6.h2967 #define RCC_CR_HSEBYP RCC_CR_HSEBYP_Msk /*!< External High S… macro
A Dhk32f04ax4x6x8.h2892 #define RCC_CR_HSEBYP RCC_CR_HSEBYP_Msk /*!< External High S… macro
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x.h1339 #define RCC_CR_HSEBYP ((uint32_t)0x00040000) /*!< External High Speed… macro
/bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Include/
A Dstm32l100xb.h3852 #define RCC_CR_HSEBYP RCC_CR_HSEBYP_Msk /*!< External High S… macro

Completed in 966 milliseconds

12