Home
last modified time | relevance | path

Searched refs:ClockSource (Results 1 – 25 of 113) sorted by relevance

12345

/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_sai_ex.c181 assert_param(IS_SAI_CLK_SOURCE(hsai->Init.ClockSource)); in SAI_GetInputClock()
186 __HAL_RCC_SAI_BLOCKACLKSOURCE_CONFIG(hsai->Init.ClockSource); in SAI_GetInputClock()
190 __HAL_RCC_SAI_BLOCKBCLKSOURCE_CONFIG((uint32_t)(hsai->Init.ClockSource << 2U)); in SAI_GetInputClock()
206 if (hsai->Init.ClockSource == SAI_CLKSOURCE_PLLR) in SAI_GetInputClock()
221 else if (hsai->Init.ClockSource == SAI_CLKSOURCE_PLLI2S) in SAI_GetInputClock()
234 else if (hsai->Init.ClockSource == SAI_CLKSOURCE_HS) in SAI_GetInputClock()
253 if (hsai->Init.ClockSource == SAI_CLKSOURCE_PLLSAI) in SAI_GetInputClock()
267 else if (hsai->Init.ClockSource == SAI_CLKSOURCE_PLLI2S) in SAI_GetInputClock()
Dstm32f4xx_ll_lptim.c124 LPTIM_InitStruct->ClockSource = LL_LPTIM_CLK_SOURCE_INTERNAL; in LL_LPTIM_StructInit()
145 assert_param(IS_LL_LPTIM_CLOCK_SOURCE(LPTIM_InitStruct->ClockSource)); in LL_LPTIM_Init()
165 LPTIM_InitStruct->ClockSource | \ in LL_LPTIM_Init()
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_system.h752 __STATIC_INLINE void LL_SYSCFG_DFSDM_SetBitstreamClockSourceSelection(uint32_t ClockSource) in LL_SYSCFG_DFSDM_SetBitstreamClockSourceSelection() argument
754 MODIFY_REG(SYSCFG->MCHDLYCR, SYSCFG_MCHDLYCR_BSCKSEL, ClockSource); in LL_SYSCFG_DFSDM_SetBitstreamClockSourceSelection()
915 __STATIC_INLINE void LL_SYSCFG_DFSDM1_SetClockInSourceSelection(uint32_t ClockSource) in LL_SYSCFG_DFSDM1_SetClockInSourceSelection() argument
917 MODIFY_REG(SYSCFG->MCHDLYCR, SYSCFG_MCHDLYCR_DFSDM1CFG, ClockSource); in LL_SYSCFG_DFSDM1_SetClockInSourceSelection()
940 __STATIC_INLINE void LL_SYSCFG_DFSDM1_SetClockOutSourceSelection(uint32_t ClockSource) in LL_SYSCFG_DFSDM1_SetClockOutSourceSelection() argument
942 MODIFY_REG(SYSCFG->MCHDLYCR, SYSCFG_MCHDLYCR_DFSDM1CKOSEL, ClockSource); in LL_SYSCFG_DFSDM1_SetClockOutSourceSelection()
1184 __STATIC_INLINE void LL_SYSCFG_DFSDM2_SetClockInSourceSelection(uint32_t ClockSource) in LL_SYSCFG_DFSDM2_SetClockInSourceSelection() argument
1186 MODIFY_REG(SYSCFG->MCHDLYCR, SYSCFG_MCHDLYCR_DFSDM2CFG, ClockSource); in LL_SYSCFG_DFSDM2_SetClockInSourceSelection()
1209 __STATIC_INLINE void LL_SYSCFG_DFSDM2_SetClockOutSourceSelection(uint32_t ClockSource) in LL_SYSCFG_DFSDM2_SetClockOutSourceSelection() argument
1211 MODIFY_REG(SYSCFG->MCHDLYCR, SYSCFG_MCHDLYCR_DFSDM2CKOSEL, ClockSource); in LL_SYSCFG_DFSDM2_SetClockOutSourceSelection()
Dstm32f4xx_ll_lptim.h66 uint32_t ClockSource; /*!< Specifies the source of the clock used by the LPTIM instance. member
799 __STATIC_INLINE void LL_LPTIM_SetClockSource(LPTIM_TypeDef *LPTIMx, uint32_t ClockSource) in LL_LPTIM_SetClockSource() argument
801 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_CKSEL, ClockSource); in LL_LPTIM_SetClockSource()
/hal_stm32-3.6.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_lptim.c129 LPTIM_InitStruct->ClockSource = LL_LPTIM_CLK_SOURCE_INTERNAL; in LL_LPTIM_StructInit()
149 assert_param(IS_LL_LPTIM_CLOCK_SOURCE(LPTIM_InitStruct->ClockSource)); in LL_LPTIM_Init()
167 LPTIM_InitStruct->ClockSource | \ in LL_LPTIM_Init()
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_lptim.c137 LPTIM_InitStruct->ClockSource = LL_LPTIM_CLK_SOURCE_INTERNAL; in LL_LPTIM_StructInit()
157 assert_param(IS_LL_LPTIM_CLOCK_SOURCE(LPTIM_InitStruct->ClockSource)); in LL_LPTIM_Init()
175 LPTIM_InitStruct->ClockSource | \ in LL_LPTIM_Init()
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_lptim.c155 LPTIM_InitStruct->ClockSource = LL_LPTIM_CLK_SOURCE_INTERNAL; in LL_LPTIM_StructInit()
175 assert_param(IS_LL_LPTIM_CLOCK_SOURCE(LPTIM_InitStruct->ClockSource)); in LL_LPTIM_Init()
193 LPTIM_InitStruct->ClockSource | \ in LL_LPTIM_Init()
/hal_stm32-3.6.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_lptim.c124 LPTIM_InitStruct->ClockSource = LL_LPTIM_CLK_SOURCE_INTERNAL; in LL_LPTIM_StructInit()
145 assert_param(IS_LL_LPTIM_CLOCK_SOURCE(LPTIM_InitStruct->ClockSource)); in LL_LPTIM_Init()
165 LPTIM_InitStruct->ClockSource | \ in LL_LPTIM_Init()
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_lptim.c124 LPTIM_InitStruct->ClockSource = LL_LPTIM_CLK_SOURCE_INTERNAL; in LL_LPTIM_StructInit()
145 assert_param(IS_LL_LPTIM_CLOCK_SOURCE(LPTIM_InitStruct->ClockSource)); in LL_LPTIM_Init()
165 LPTIM_InitStruct->ClockSource | \ in LL_LPTIM_Init()
/hal_stm32-3.6.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_lptim.c124 LPTIM_InitStruct->ClockSource = LL_LPTIM_CLK_SOURCE_INTERNAL; in LL_LPTIM_StructInit()
145 assert_param(IS_LL_LPTIM_CLOCK_SOURCE(LPTIM_InitStruct->ClockSource)); in LL_LPTIM_Init()
165 LPTIM_InitStruct->ClockSource | \ in LL_LPTIM_Init()
/hal_stm32-3.6.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_lptim.c131 LPTIM_InitStruct->ClockSource = LL_LPTIM_CLK_SOURCE_INTERNAL; in LL_LPTIM_StructInit()
152 assert_param(IS_LL_LPTIM_CLOCK_SOURCE(LPTIM_InitStruct->ClockSource)); in LL_LPTIM_Init()
172 LPTIM_InitStruct->ClockSource | \ in LL_LPTIM_Init()
/hal_stm32-3.6.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_lptim.c131 LPTIM_InitStruct->ClockSource = LL_LPTIM_CLK_SOURCE_INTERNAL; in LL_LPTIM_StructInit()
152 assert_param(IS_LL_LPTIM_CLOCK_SOURCE(LPTIM_InitStruct->ClockSource)); in LL_LPTIM_Init()
172 LPTIM_InitStruct->ClockSource | \ in LL_LPTIM_Init()
/hal_stm32-3.6.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_lptim.c134 LPTIM_InitStruct->ClockSource = LL_LPTIM_CLK_SOURCE_INTERNAL; in LL_LPTIM_StructInit()
155 assert_param(IS_LL_LPTIM_CLOCK_SOURCE(LPTIM_InitStruct->ClockSource)); in LL_LPTIM_Init()
175 LPTIM_InitStruct->ClockSource | \ in LL_LPTIM_Init()
/hal_stm32-3.6.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_lptim.c144 LPTIM_InitStruct->ClockSource = LL_LPTIM_CLK_SOURCE_INTERNAL; in LL_LPTIM_StructInit()
165 assert_param(IS_LL_LPTIM_CLOCK_SOURCE(LPTIM_InitStruct->ClockSource)); in LL_LPTIM_Init()
185 LPTIM_InitStruct->ClockSource | \ in LL_LPTIM_Init()
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_lptim.c150 LPTIM_InitStruct->ClockSource = LL_LPTIM_CLK_SOURCE_INTERNAL; in LL_LPTIM_StructInit()
171 assert_param(IS_LL_LPTIM_CLOCK_SOURCE(LPTIM_InitStruct->ClockSource)); in LL_LPTIM_Init()
191 LPTIM_InitStruct->ClockSource | \ in LL_LPTIM_Init()
/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_lptim.c134 LPTIM_InitStruct->ClockSource = LL_LPTIM_CLK_SOURCE_INTERNAL; in LL_LPTIM_StructInit()
155 assert_param(IS_LL_LPTIM_CLOCK_SOURCE(LPTIM_InitStruct->ClockSource)); in LL_LPTIM_Init()
175 LPTIM_InitStruct->ClockSource | \ in LL_LPTIM_Init()
/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_lptim.c131 LPTIM_InitStruct->ClockSource = LL_LPTIM_CLK_SOURCE_INTERNAL; in LL_LPTIM_StructInit()
152 assert_param(IS_LL_LPTIM_CLOCK_SOURCE(LPTIM_InitStruct->ClockSource)); in LL_LPTIM_Init()
172 LPTIM_InitStruct->ClockSource | \ in LL_LPTIM_Init()
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_lptim.h66 uint32_t ClockSource; /*!< Specifies the source of the clock used by the LPTIM instance. member
778 __STATIC_INLINE void LL_LPTIM_SetClockSource(LPTIM_TypeDef *LPTIMx, uint32_t ClockSource) in LL_LPTIM_SetClockSource() argument
780 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_CKSEL, ClockSource); in LL_LPTIM_SetClockSource()
/hal_stm32-3.6.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_lptim.h66 uint32_t ClockSource; /*!< Specifies the source of the clock used by the LPTIM instance. member
801 __STATIC_INLINE void LL_LPTIM_SetClockSource(LPTIM_TypeDef *LPTIMx, uint32_t ClockSource) in LL_LPTIM_SetClockSource() argument
803 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_CKSEL, ClockSource); in LL_LPTIM_SetClockSource()
/hal_stm32-3.6.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_lptim.h66 uint32_t ClockSource; /*!< Specifies the source of the clock used by the LPTIM instance. member
920 __STATIC_INLINE void LL_LPTIM_SetClockSource(LPTIM_TypeDef *LPTIMx, uint32_t ClockSource) in LL_LPTIM_SetClockSource() argument
922 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_CKSEL, ClockSource); in LL_LPTIM_SetClockSource()
/hal_stm32-3.6.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_lptim.h66 uint32_t ClockSource; /*!< Specifies the source of the clock used by the LPTIM instance. member
918 __STATIC_INLINE void LL_LPTIM_SetClockSource(LPTIM_TypeDef *LPTIMx, uint32_t ClockSource) in LL_LPTIM_SetClockSource() argument
920 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_CKSEL, ClockSource); in LL_LPTIM_SetClockSource()
/hal_stm32-3.6.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_lptim.h66 uint32_t ClockSource; /*!< Specifies the source of the clock used by the LPTIM instance. member
891 __STATIC_INLINE void LL_LPTIM_SetClockSource(LPTIM_TypeDef *LPTIMx, uint32_t ClockSource) in LL_LPTIM_SetClockSource() argument
893 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_CKSEL, ClockSource); in LL_LPTIM_SetClockSource()
/hal_stm32-3.6.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_lptim.h66 uint32_t ClockSource; /*!< Specifies the source of the clock used by the LPTIM instance. member
902 __STATIC_INLINE void LL_LPTIM_SetClockSource(LPTIM_TypeDef *LPTIMx, uint32_t ClockSource) in LL_LPTIM_SetClockSource() argument
904 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_CKSEL, ClockSource); in LL_LPTIM_SetClockSource()
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_lptim.h66 uint32_t ClockSource; /*!< Specifies the source of the clock used by the LPTIM instance. member
934 __STATIC_INLINE void LL_LPTIM_SetClockSource(LPTIM_TypeDef *LPTIMx, uint32_t ClockSource) in LL_LPTIM_SetClockSource() argument
936 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_CKSEL, ClockSource); in LL_LPTIM_SetClockSource()
/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_lptim.h66 uint32_t ClockSource; /*!< Specifies the source of the clock used by the LPTIM instance. member
929 __STATIC_INLINE void LL_LPTIM_SetClockSource(LPTIM_TypeDef *LPTIMx, uint32_t ClockSource) in LL_LPTIM_SetClockSource() argument
931 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_CKSEL, ClockSource); in LL_LPTIM_SetClockSource()

12345