Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h2496 …(LL_RCC_GetOTGPHYCKREFClockSource(LL_RCC_OTGPHY2CKREF_CLKSOURCE) | (LL_RCC_HSE_IsSelectedHSEDiv2As…
Dstm32n6xx_ll_rcc.h1360 #define LL_RCC_OTGPHY2CKREF_CLKSOURCE LL_CLKSOURCE(CCIPR6_OFFSET, RCC_CCIPR6_OTGPHY2CKREFSEL, … macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_rcc.c93 … || ((__VALUE__) == LL_RCC_OTGPHY2CKREF_CLKSOURCE))
Dstm32n6xx_hal_rcc_ex.c2793 frequency = RCCEx_GetOTGPHYCKREFCLKFreq(LL_RCC_OTGPHY2CKREF_CLKSOURCE); in HAL_RCCEx_GetPeriphCLKFreq()