Searched refs:ClkSource (Results 1 – 5 of 5) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_rcc.h | 2895 __STATIC_INLINE void LL_RCC_SetClockSource(uint32_t ClkSource) in LL_RCC_SetClockSource() argument 2898 uint32_t *pReg = (uint32_t *)((uint32_t)&RCC->D1CCIPR + LL_CLKSOURCE_REG(ClkSource)); in LL_RCC_SetClockSource() 2900 uint32_t *pReg = (uint32_t *)((uint32_t)&RCC->CDCCIPR + LL_CLKSOURCE_REG(ClkSource)); in LL_RCC_SetClockSource() 2902 MODIFY_REG(*pReg, LL_CLKSOURCE_MASK(ClkSource), LL_CLKSOURCE_CONFIG(ClkSource)); in LL_RCC_SetClockSource() 2924 __STATIC_INLINE void LL_RCC_SetUSARTClockSource(uint32_t ClkSource) in LL_RCC_SetUSARTClockSource() argument 2926 LL_RCC_SetClockSource(ClkSource); in LL_RCC_SetUSARTClockSource() 2941 __STATIC_INLINE void LL_RCC_SetLPUARTClockSource(uint32_t ClkSource) in LL_RCC_SetLPUARTClockSource() argument 2944 MODIFY_REG(RCC->D3CCIPR, RCC_D3CCIPR_LPUART1SEL, ClkSource); in LL_RCC_SetLPUARTClockSource() 2946 MODIFY_REG(RCC->SRDCCIPR, RCC_SRDCCIPR_LPUART1SEL, ClkSource); in LL_RCC_SetLPUARTClockSource() 2965 __STATIC_INLINE void LL_RCC_SetI2CClockSource(uint32_t ClkSource) in LL_RCC_SetI2CClockSource() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_rcc.h | 2426 __STATIC_INLINE void LL_RCC_SetClockSource(uint32_t ClkSource) in LL_RCC_SetClockSource() argument 2428 volatile uint32_t *pReg = (uint32_t *)((uint32_t)&RCC->CCIPR1 + LL_CLKSOURCE_REG(ClkSource)); in LL_RCC_SetClockSource() 2429 MODIFY_REG(*pReg, LL_CLKSOURCE_MASK(ClkSource), LL_CLKSOURCE_CONFIG(ClkSource)); in LL_RCC_SetClockSource() 2441 __STATIC_INLINE void LL_RCC_SetADCClockSource(uint32_t ClkSource) in LL_RCC_SetADCClockSource() argument 2443 MODIFY_REG(RCC->CCIPR1, RCC_CCIPR1_ADCSEL, ClkSource); in LL_RCC_SetADCClockSource() 2458 __STATIC_INLINE void LL_RCC_SetADFClockSource(uint32_t ClkSource) in LL_RCC_SetADFClockSource() argument 2460 MODIFY_REG(RCC->CCIPR1, RCC_CCIPR1_ADF1SEL, ClkSource); in LL_RCC_SetADFClockSource() 2472 __STATIC_INLINE void LL_RCC_SetCECClockSource(uint32_t ClkSource) in LL_RCC_SetCECClockSource() argument 2474 MODIFY_REG(RCC->CCIPR2, RCC_CCIPR2_CECSEL, ClkSource); in LL_RCC_SetCECClockSource() 2486 __STATIC_INLINE void LL_RCC_SetCLKPClockSource(uint32_t ClkSource) in LL_RCC_SetCLKPClockSource() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_rcc.h | 2479 __STATIC_INLINE void LL_RCC_SetClockSource(uint32_t ClkSource) in LL_RCC_SetClockSource() argument 2481 …__IO uint32_t *pReg = (__IO uint32_t *)((uint32_t)&RCC->I2C46CKSELR + LL_CLKSOURCE_REG(ClkSource)); in LL_RCC_SetClockSource() 2482 MODIFY_REG(*pReg, LL_CLKSOURCE_MASK(ClkSource), LL_CLKSOURCE_CONFIG(ClkSource)); in LL_RCC_SetClockSource() 2505 __STATIC_INLINE void LL_RCC_SetI2CClockSource(uint32_t ClkSource) in LL_RCC_SetI2CClockSource() argument 2507 LL_RCC_SetClockSource(ClkSource); in LL_RCC_SetI2CClockSource() 2541 __STATIC_INLINE void LL_RCC_SetSAIClockSource(uint32_t ClkSource) in LL_RCC_SetSAIClockSource() argument 2543 LL_RCC_SetClockSource(ClkSource); in LL_RCC_SetSAIClockSource() 2577 __STATIC_INLINE void LL_RCC_SetSPIClockSource(uint32_t ClkSource) in LL_RCC_SetSPIClockSource() argument 2579 LL_RCC_SetClockSource(ClkSource); in LL_RCC_SetSPIClockSource() 2618 __STATIC_INLINE void LL_RCC_SetUARTClockSource(uint32_t ClkSource) in LL_RCC_SetUARTClockSource() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_rcc.h | 2913 __STATIC_INLINE void LL_RCC_SetClockSource(uint32_t ClkSource) in LL_RCC_SetClockSource() argument 2915 volatile uint32_t *pReg = (uint32_t *)((uint32_t)&RCC->CCIPR1 + LL_CLKSOURCE_REG(ClkSource)); in LL_RCC_SetClockSource() 2916 MODIFY_REG(*pReg, LL_CLKSOURCE_MASK(ClkSource), LL_CLKSOURCE_CONFIG(ClkSource)); in LL_RCC_SetClockSource() 2954 __STATIC_INLINE void LL_RCC_SetADCClockSource(uint32_t ClkSource) in LL_RCC_SetADCClockSource() argument 2956 MODIFY_REG(RCC->CCIPR1, RCC_CCIPR1_ADC12SEL, ClkSource); in LL_RCC_SetADCClockSource() 2973 __STATIC_INLINE void LL_RCC_SetADFClockSource(uint32_t ClkSource) in LL_RCC_SetADFClockSource() argument 2975 MODIFY_REG(RCC->CCIPR1, RCC_CCIPR1_ADF1SEL, ClkSource); in LL_RCC_SetADFClockSource() 2992 __STATIC_INLINE void LL_RCC_SetCLKPClockSource(uint32_t ClkSource) in LL_RCC_SetCLKPClockSource() argument 2994 MODIFY_REG(RCC->CCIPR7, RCC_CCIPR7_PERSEL, ClkSource); in LL_RCC_SetCLKPClockSource() 3007 __STATIC_INLINE void LL_RCC_SetDCMIPPClockSource(uint32_t ClkSource) in LL_RCC_SetDCMIPPClockSource() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_rcc.h | 2642 __STATIC_INLINE void LL_RCC_SetClockSource(uint32_t ClkSource) in LL_RCC_SetClockSource() argument 2644 uint32_t *pReg = (uint32_t *)((uint32_t)&RCC->CCIPR1 + LL_CLKSOURCE_REG(ClkSource)); in LL_RCC_SetClockSource() 2645 MODIFY_REG(*pReg, LL_CLKSOURCE_MASK(ClkSource), LL_CLKSOURCE_CONFIG(ClkSource)); in LL_RCC_SetClockSource() 3105 __STATIC_INLINE void LL_RCC_SetCLKPClockSource(uint32_t ClkSource) in LL_RCC_SetCLKPClockSource() argument 3107 MODIFY_REG(RCC->CCIPR5, RCC_CCIPR5_CKERPSEL, ClkSource); in LL_RCC_SetCLKPClockSource()
|