Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h1788 #define __HAL_RCC_GET_MDF1_SOURCE() LL_RCC_GetMDFClockSource(LL_RCC_MDF1_CLKSOURCE)
Dstm32n6xx_ll_rcc.h4302 __STATIC_INLINE uint32_t LL_RCC_GetMDFClockSource(uint32_t Periph) in LL_RCC_GetMDFClockSource() function
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_rcc.c2119 switch (LL_RCC_GetMDFClockSource(MDFxSource)) in LL_RCC_GetMDFClockFreq()
Dstm32n6xx_hal_rcc_ex.c4711 switch (LL_RCC_GetMDFClockSource(MDFxSource)) in RCCEx_GetMDFCLKFreq()