Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/soc/
Dsystem_stm32n6xx_s.c297 case RCC_CFGR1_CPUSWS_1: /* HSE used as system clock source */ in SystemCoreClockUpdate()
301 case (RCC_CFGR1_CPUSWS_1 | RCC_CFGR1_CPUSWS_0): /* IC1 used as system clock source */ in SystemCoreClockUpdate()
Dsystem_stm32n6xx_fsbl.c354 case RCC_CFGR1_CPUSWS_1: /* HSE used as system clock source */ in SystemCoreClockUpdate()
358 case (RCC_CFGR1_CPUSWS_1 | RCC_CFGR1_CPUSWS_0): /* IC1 used as system clock source */ in SystemCoreClockUpdate()
Dstm32n645xx.h25144 #define RCC_CFGR1_CPUSWS_1 (0x2UL << RCC_CFGR1_CPUSWS_Pos) /*!< 0x0020000… macro
Dstm32n657xx.h26293 #define RCC_CFGR1_CPUSWS_1 (0x2UL << RCC_CFGR1_CPUSWS_Pos) /*!< 0x0020000… macro
Dstm32n655xx.h26051 #define RCC_CFGR1_CPUSWS_1 (0x2UL << RCC_CFGR1_CPUSWS_Pos) /*!< 0x0020000… macro
Dstm32n647xx.h25386 #define RCC_CFGR1_CPUSWS_1 (0x2UL << RCC_CFGR1_CPUSWS_Pos) /*!< 0x0020000… macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_rcc.h255 #define LL_RCC_CPU_CLKSOURCE_STATUS_HSE RCC_CFGR1_CPUSWS_1 /*!< HSE used …
256 #define LL_RCC_CPU_CLKSOURCE_STATUS_IC1 (RCC_CFGR1_CPUSWS_1 | RCC_CFGR1_CPUSWS_0) /*!< IC1 used …