Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_rcc.c2225 uint32_t LL_RCC_GetOTGPHYClockFreq(uint32_t OTGPHYxSource) in LL_RCC_GetOTGPHYClockFreq() argument
2231 assert_param(IS_LL_RCC_OTGPHY_CLKSOURCE(OTGPHYxSource)); in LL_RCC_GetOTGPHYClockFreq()
2233 switch (LL_RCC_GetOTGPHYClockSource(OTGPHYxSource)) in LL_RCC_GetOTGPHYClockFreq()
Dstm32n6xx_hal_rcc_ex.c87 static uint32_t RCCEx_GetOTGPHYCLKFreq(uint32_t OTGPHYxSource);
5720 static uint32_t RCCEx_GetOTGPHYCLKFreq(uint32_t OTGPHYxSource) in RCCEx_GetOTGPHYCLKFreq() argument
5724 switch (LL_RCC_GetUSBClockSource(OTGPHYxSource)) in RCCEx_GetOTGPHYCLKFreq()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_rcc.h8740 uint32_t LL_RCC_GetOTGPHYClockFreq(uint32_t OTGPHYxSource);