Searched refs:RCC_CR_HSEPRE (Results 1 – 17 of 17) sorted by relevance
/hal_stm32-2.7.6/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_rcc.c | 268 …CLEAR_BIT(RCC->CR, RCC_CR_HSION | RCC_CR_HSIKERON | RCC_CR_HSIASFS | RCC_CR_HSEON | RCC_CR_HSEPRE … in HAL_RCC_DeInit() 479 MODIFY_REG(RCC->CR, RCC_CR_HSEPRE, RCC_OscInitStruct->HSEDiv); in HAL_RCC_OscConfig() 1407 if ((RCC->CR & RCC_CR_HSEPRE) == RCC_CR_HSEPRE) in HAL_RCC_GetOscConfig()
|
D | stm32wlxx_ll_rcc.c | 145 RCC_CR_HSEPRE | RCC_CR_HSEBYPPWR | RCC_CR_PLLON)); in LL_RCC_DeInit()
|
/hal_stm32-2.7.6/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_rcc.h | 1002 SET_BIT(RCC->CR, RCC_CR_HSEPRE); in LL_RCC_HSE_EnableDiv2() 1012 CLEAR_BIT(RCC->CR, RCC_CR_HSEPRE); in LL_RCC_HSE_DisableDiv2() 1022 return ((READ_BIT(RCC->CR, RCC_CR_HSEPRE) == (RCC_CR_HSEPRE)) ? 1UL : 0UL); in LL_RCC_HSE_IsEnabledDiv2()
|
D | stm32wlxx_hal_rcc.h | 360 #define RCC_HSE_DIV2 RCC_CR_HSEPRE /*!< HSE clock divided by 2 */
|
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_rcc.h | 1268 SET_BIT(RCC->CR, RCC_CR_HSEPRE); in LL_RCC_HSE_EnableDiv2() 1278 CLEAR_BIT(RCC->CR, RCC_CR_HSEPRE); in LL_RCC_HSE_DisableDiv2() 1288 return ((READ_BIT(RCC->CR, RCC_CR_HSEPRE) == (RCC_CR_HSEPRE)) ? 1UL : 0UL); in LL_RCC_HSE_IsEnabledDiv2()
|
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_rcc.c | 317 …CLEAR_BIT(RCC->CR, RCC_CR_HSION | RCC_CR_HSIKERON | RCC_CR_HSIASFS | RCC_CR_HSEON | RCC_CR_HSEPRE … in HAL_RCC_DeInit() 319 …CLEAR_BIT(RCC->CR, RCC_CR_HSION | RCC_CR_HSIKERON | RCC_CR_HSIASFS | RCC_CR_HSEON | RCC_CR_HSEPRE … in HAL_RCC_DeInit()
|
/hal_stm32-2.7.6/stm32cube/stm32wlxx/soc/ |
D | stm32wle4xx.h | 5788 #define RCC_CR_HSEPRE RCC_CR_HSEPRE_Msk /*!< HSE sysclk pre… macro
|
D | stm32wle5xx.h | 5788 #define RCC_CR_HSEPRE RCC_CR_HSEPRE_Msk /*!< HSE sysclk pre… macro
|
D | stm32wl54xx.h | 6659 #define RCC_CR_HSEPRE RCC_CR_HSEPRE_Msk /*!< HSE sysclk pre… macro
|
D | stm32wl55xx.h | 6659 #define RCC_CR_HSEPRE RCC_CR_HSEPRE_Msk /*!< HSE sysclk pre… macro
|
/hal_stm32-2.7.6/stm32cube/stm32wbxx/soc/ |
D | stm32wb50xx.h | 6367 #define RCC_CR_HSEPRE RCC_CR_HSEPRE_Msk /*!< HSE sysclk pre… macro
|
D | stm32wb30xx.h | 6366 #define RCC_CR_HSEPRE RCC_CR_HSEPRE_Msk /*!< HSE sysclk pre… macro
|
D | stm32wb35xx.h | 7154 #define RCC_CR_HSEPRE RCC_CR_HSEPRE_Msk /*!< HSE sysclk pre… macro
|
D | stm32wb55xx.h | 7345 #define RCC_CR_HSEPRE RCC_CR_HSEPRE_Msk /*!< HSE sysclk pre… macro
|
D | stm32wb5mxx.h | 7345 #define RCC_CR_HSEPRE RCC_CR_HSEPRE_Msk /*!< HSE sysclk pre… macro
|
/hal_stm32-2.7.6/stm32cube/stm32wbxx/soc/Include/ |
D | stm32wb10xx.h | 5912 #define RCC_CR_HSEPRE RCC_CR_HSEPRE_Msk /*!< HSE sysclk pre… macro
|
D | stm32wb15xx.h | 6008 #define RCC_CR_HSEPRE RCC_CR_HSEPRE_Msk /*!< HSE sysclk pre… macro
|