Home
last modified time | relevance | path

Searched refs:DFSDMx (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_rcc.h2877 __STATIC_INLINE uint32_t LL_RCC_GetDFSDMAudioClockSource(uint32_t DFSDMx) in LL_RCC_GetDFSDMAudioClockSource() argument
2879 return (uint32_t)(READ_BIT(RCC->DCKCFGR1, DFSDMx)); in LL_RCC_GetDFSDMAudioClockSource()
2891 __STATIC_INLINE uint32_t LL_RCC_GetDFSDMClockSource(uint32_t DFSDMx) in LL_RCC_GetDFSDMClockSource() argument
2893 return (uint32_t)(READ_BIT(RCC->DCKCFGR1, DFSDMx)); in LL_RCC_GetDFSDMClockSource()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rcc.h3548 __STATIC_INLINE uint32_t LL_RCC_GetDFSDMAudioClockSource(uint32_t DFSDMx) in LL_RCC_GetDFSDMAudioClockSource() argument
3550 return (uint32_t)(READ_BIT(RCC->CCIPR2, DFSDMx)); in LL_RCC_GetDFSDMAudioClockSource()
3567 __STATIC_INLINE uint32_t LL_RCC_GetDFSDMClockSource(uint32_t DFSDMx) in LL_RCC_GetDFSDMClockSource() argument
3570 return (uint32_t)(READ_BIT(RCC->CCIPR2, DFSDMx)); in LL_RCC_GetDFSDMClockSource()
3572 return (uint32_t)(READ_BIT(RCC->CCIPR, DFSDMx)); in LL_RCC_GetDFSDMClockSource()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rcc.h3905 __STATIC_INLINE uint32_t LL_RCC_GetDFSDMAudioClockSource(uint32_t DFSDMx) in LL_RCC_GetDFSDMAudioClockSource() argument
3907 return (uint32_t)(READ_BIT(RCC->DCKCFGR, DFSDMx) << 16U | DFSDMx); in LL_RCC_GetDFSDMAudioClockSource()
3924 __STATIC_INLINE uint32_t LL_RCC_GetDFSDMClockSource(uint32_t DFSDMx) in LL_RCC_GetDFSDMClockSource() argument
3926 return (uint32_t)(READ_BIT(RCC->DCKCFGR, DFSDMx)); in LL_RCC_GetDFSDMClockSource()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_rcc.h2848 __STATIC_INLINE uint32_t LL_RCC_GetDFSDMAudioClockSource(uint32_t DFSDMx) in LL_RCC_GetDFSDMAudioClockSource() argument
2850 return (uint32_t)(READ_BIT(RCC->CCIPR2, DFSDMx)); in LL_RCC_GetDFSDMAudioClockSource()
2862 __STATIC_INLINE uint32_t LL_RCC_GetDFSDMClockSource(uint32_t DFSDMx) in LL_RCC_GetDFSDMClockSource() argument
2864 return (uint32_t)(READ_BIT(RCC->CCIPR2, DFSDMx)); in LL_RCC_GetDFSDMClockSource()