Searched refs:RCC_CR_HSEBYP (Results 1 – 18 of 18) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_rcc.c | 268 CLEAR_BIT(RCC->CR, RCC_CR_HSION | RCC_CR_HSEON | RCC_CR_CSSON | RCC_CR_PLLON | RCC_CR_HSEBYP); in HAL_RCC_DeInit() 1131 if((RCC->CR &RCC_CR_HSEBYP) == RCC_CR_HSEBYP) in HAL_RCC_GetOscConfig()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_rcc.c | 298 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); in HAL_RCC_DeInit() 1274 if((RCC->CR &RCC_CR_HSEBYP) == RCC_CR_HSEBYP) in HAL_RCC_GetOscConfig()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_rcc.c | 388 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); in HAL_RCC_DeInit() 1473 if(READ_BIT(RCC->CR, RCC_CR_HSEBYP) == RCC_CR_HSEBYP) in HAL_RCC_GetOscConfig()
|
D | stm32l4xx_hal_rcc_ex.c | 2925 if(HAL_IS_BIT_CLR(RCC->CR, RCC_CR_HSEBYP)) in RCCEx_PLLSAI1_Config() 3130 if(HAL_IS_BIT_CLR(RCC->CR, RCC_CR_HSEBYP)) in RCCEx_PLLSAI2_Config()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_hal_rcc.h | 354 #define RCC_HSE_BYPASS ((uint32_t)(RCC_CR_HSEBYP | RCC_CR_HSEON)) /*!< External c… 1210 SET_BIT(RCC->CR, RCC_CR_HSEBYP); \ 1219 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); \
|
D | stm32l0xx_ll_rcc.h | 727 SET_BIT(RCC->CR, RCC_CR_HSEBYP); in LL_RCC_HSE_EnableBypass() 737 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); in LL_RCC_HSE_DisableBypass()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_rcc.h | 542 SET_BIT(RCC->CR, RCC_CR_HSEBYP); in LL_RCC_HSE_EnableBypass() 552 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); in LL_RCC_HSE_DisableBypass()
|
D | stm32l1xx_hal_rcc.h | 1411 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); \ 1415 SET_BIT(RCC->CR, RCC_CR_HSEBYP); \ 1421 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); \
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_rcc.h | 2054 SET_BIT(RCC->CR, RCC_CR_HSEBYP); in LL_RCC_HSE_EnableBypass() 2064 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); in LL_RCC_HSE_DisableBypass()
|
D | stm32l4xx_hal_rcc.h | 199 #define RCC_HSE_BYPASS (RCC_CR_HSEBYP | RCC_CR_HSEON) /*!< External clock source fo… 4011 SET_BIT(RCC->CR, RCC_CR_HSEBYP); \ 4017 CLEAR_BIT(RCC->CR, RCC_CR_HSEBYP); \
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 3456 #define RCC_CR_HSEBYP RCC_CR_HSEBYP_Msk /*!< External High S… macro
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 3857 #define RCC_CR_HSEBYP RCC_CR_HSEBYP_Msk /*!< External High S… macro
|
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 3750 #define RCC_CR_HSEBYP RCC_CR_HSEBYP_Msk /*!< External High S… macro
|
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 3750 #define RCC_CR_HSEBYP RCC_CR_HSEBYP_Msk /*!< External High S… macro
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 3715 #define RCC_CR_HSEBYP RCC_CR_HSEBYP_Msk /*!< External High S… macro
|
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 4143 #define RCC_CR_HSEBYP RCC_CR_HSEBYP_Msk /*!< External High S… macro
|
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 4213 #define RCC_CR_HSEBYP RCC_CR_HSEBYP_Msk /*!< External High S… macro
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 10569 #define RCC_CR_HSEBYP RCC_CR_HSEBYP_Msk /*!< External High S… macro
|