Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_rcc.c748 uint32_t LL_RCC_GetSDADCClockFreq(uint32_t SDADCxSource) in LL_RCC_GetSDADCClockFreq() argument
754 assert_param(IS_LL_RCC_SDADC_CLKSOURCE(SDADCxSource)); in LL_RCC_GetSDADCClockFreq()
757 sdadc_prescaler = LL_RCC_GetSDADCClockSource(SDADCxSource); in LL_RCC_GetSDADCClockFreq()
761 / (aSDADCPrescTable[(sdadc_prescaler >> POSITION_VAL(SDADCxSource)) & 0xFU]); in LL_RCC_GetSDADCClockFreq()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_rcc.h1745 __STATIC_INLINE void LL_RCC_SetSDADCClockSource(uint32_t SDADCxSource) in LL_RCC_SetSDADCClockSource() argument
1747 MODIFY_REG(RCC->CFGR, RCC_CFGR_SDPRE, SDADCxSource); in LL_RCC_SetSDADCClockSource()
2806 uint32_t LL_RCC_GetSDADCClockFreq(uint32_t SDADCxSource);