Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_rcc.c1276 uint32_t LL_RCC_GetSWPMIClockFreq(uint32_t SWPMIxSource) in LL_RCC_GetSWPMIClockFreq() argument
1281 assert_param(IS_LL_RCC_SWPMI_CLKSOURCE(SWPMIxSource)); in LL_RCC_GetSWPMIClockFreq()
1284 switch (LL_RCC_GetSWPMIClockSource(SWPMIxSource)) in LL_RCC_GetSWPMIClockFreq()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rcc.h3168 __STATIC_INLINE void LL_RCC_SetSWPMIClockSource(uint32_t SWPMIxSource) in LL_RCC_SetSWPMIClockSource() argument
3170 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_SWPMI1SEL, SWPMIxSource); in LL_RCC_SetSWPMIClockSource()
6192 uint32_t LL_RCC_GetSWPMIClockFreq(uint32_t SWPMIxSource);