Home
last modified time | relevance | path

Searched refs:LL_RCC_GetOTGPHYClockSource (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h2522 …(LL_RCC_GetOTGPHYClockSource(LL_RCC_OTGPHY1_CLKSOURCE) | (LL_RCC_HSE_IsSelectedHSEDiv2AsDiv2Clock(…
2548 …(LL_RCC_GetOTGPHYClockSource(LL_RCC_OTGPHY2_CLKSOURCE) | (LL_RCC_HSE_IsSelectedHSEDiv2AsDiv2Clock(…
Dstm32n6xx_ll_rcc.h4325 __STATIC_INLINE uint32_t LL_RCC_GetOTGPHYClockSource(uint32_t Periph) in LL_RCC_GetOTGPHYClockSource() function
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_rcc.c2233 switch (LL_RCC_GetOTGPHYClockSource(OTGPHYxSource)) in LL_RCC_GetOTGPHYClockFreq()