Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_rcc.c519 case LL_RCC_PLLSOURCE_I2S_CKIN: in LL_RCC_GetPLL1ClockFreq()
593 case LL_RCC_PLLSOURCE_I2S_CKIN: in LL_RCC_GetPLL2ClockFreq()
667 case LL_RCC_PLLSOURCE_I2S_CKIN: in LL_RCC_GetPLL3ClockFreq()
741 case LL_RCC_PLLSOURCE_I2S_CKIN: in LL_RCC_GetPLL4ClockFreq()
Dstm32n6xx_hal_rcc_ex.c3347 case LL_RCC_PLLSOURCE_I2S_CKIN: in RCCEx_GetPLLSourceFreq()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc.h306 #define RCC_PLLSOURCE_PIN LL_RCC_PLLSOURCE_I2S_CKIN /*!< External clock I2S_CKIN selec…
Dstm32n6xx_ll_rcc.h1463 #define LL_RCC_PLLSOURCE_I2S_CKIN (RCC_PLL1CFGR1_PLL1SEL_1 | RCC_PLL1CFGR1_PLL1SEL_0) macro