Home
last modified time | relevance | path

Searched refs:FMPI2CxSource (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_rcc.c325 uint32_t LL_RCC_GetFMPI2CClockFreq(uint32_t FMPI2CxSource) in LL_RCC_GetFMPI2CClockFreq() argument
330 assert_param(IS_LL_RCC_FMPI2C_CLKSOURCE(FMPI2CxSource)); in LL_RCC_GetFMPI2CClockFreq()
332 if (FMPI2CxSource == LL_RCC_FMPI2C1_CLKSOURCE) in LL_RCC_GetFMPI2CClockFreq()
335 switch (LL_RCC_GetFMPI2CClockSource(FMPI2CxSource)) in LL_RCC_GetFMPI2CClockFreq()
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rcc.h3412 __STATIC_INLINE void LL_RCC_SetFMPI2CClockSource(uint32_t FMPI2CxSource) in LL_RCC_SetFMPI2CClockSource() argument
3414 MODIFY_REG(RCC->DCKCFGR2, RCC_DCKCFGR2_FMPI2C1SEL, FMPI2CxSource); in LL_RCC_SetFMPI2CClockSource()
7038 uint32_t LL_RCC_GetFMPI2CClockFreq(uint32_t FMPI2CxSource);