Home
last modified time | relevance | path

Searched refs:RCC_PLL1CFGR1_PLL1SEL_1 (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/soc/
Dsystem_stm32n6xx_s.c388 case RCC_PLL1CFGR1_PLL1SEL_1: /* HSE selected as PLL clock source */ in SystemCoreClockUpdate()
391 …case (RCC_PLL1CFGR1_PLL1SEL_1 | RCC_PLL1CFGR1_PLL1SEL_0): /* I2S_CKIN selected as PLL clock sourc… in SystemCoreClockUpdate()
Dsystem_stm32n6xx_fsbl.c445 case RCC_PLL1CFGR1_PLL1SEL_1: /* HSE selected as PLL clock source */ in SystemCoreClockUpdate()
448 …case (RCC_PLL1CFGR1_PLL1SEL_1 | RCC_PLL1CFGR1_PLL1SEL_0): /* I2S_CKIN selected as PLL clock sourc… in SystemCoreClockUpdate()
Dstm32n645xx.h25362 #define RCC_PLL1CFGR1_PLL1SEL_1 (0x2UL << RCC_PLL1CFGR1_PLL1SEL_Pos) /*!< 0x2000000… macro
Dstm32n657xx.h26511 #define RCC_PLL1CFGR1_PLL1SEL_1 (0x2UL << RCC_PLL1CFGR1_PLL1SEL_Pos) /*!< 0x2000000… macro
Dstm32n655xx.h26269 #define RCC_PLL1CFGR1_PLL1SEL_1 (0x2UL << RCC_PLL1CFGR1_PLL1SEL_Pos) /*!< 0x2000000… macro
Dstm32n647xx.h25604 #define RCC_PLL1CFGR1_PLL1SEL_1 (0x2UL << RCC_PLL1CFGR1_PLL1SEL_Pos) /*!< 0x2000000… macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_rcc.h1462 #define LL_RCC_PLLSOURCE_HSE RCC_PLL1CFGR1_PLL1SEL_1
1463 #define LL_RCC_PLLSOURCE_I2S_CKIN (RCC_PLL1CFGR1_PLL1SEL_1 | RCC_PLL1CFGR1_PLL1SEL_0)