Home
last modified time | relevance | path

Searched refs:RCC_CFGR_SWS_2 (Results 1 – 25 of 53) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dsystem_stm32u0xx.c286 case RCC_CFGR_SWS_2: /* LSI used as system clock */ in SystemCoreClockUpdate()
290 case (RCC_CFGR_SWS_2 | RCC_CFGR_SWS_0): /* LSE used as system clock */ in SystemCoreClockUpdate()
Dstm32u031xx.h5018 #define RCC_CFGR_SWS_2 (0x4UL << RCC_CFGR_SWS_Pos) /*!< 0x00000020 */ macro
Dstm32u083xx.h5783 #define RCC_CFGR_SWS_2 (0x4UL << RCC_CFGR_SWS_Pos) /*!< 0x00000020 */ macro
Dstm32u073xx.h5525 #define RCC_CFGR_SWS_2 (0x4UL << RCC_CFGR_SWS_Pos) /*!< 0x00000020 */ macro
/hal_stm32-latest/stm32cube/stm32c0xx/soc/
Dsystem_stm32c0xx.c218 case RCC_CFGR_SWS_2: /* LSE used as system clock */ in SystemCoreClockUpdate()
Dstm32c011xx.h3881 #define RCC_CFGR_SWS_2 (0x4UL << RCC_CFGR_SWS_Pos) /*!< 0x00000020 */ macro
Dstm32c031xx.h4035 #define RCC_CFGR_SWS_2 (0x4UL << RCC_CFGR_SWS_Pos) /*!< 0x00000020 */ macro
Dstm32c071xx.h4445 #define RCC_CFGR_SWS_2 (0x4UL << RCC_CFGR_SWS_Pos) /*!< 0x00000020 */ macro
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dsystem_stm32g0xx.c253 case RCC_CFGR_SWS_2: /* LSE used as system clock */ in SystemCoreClockUpdate()
Dstm32g030xx.h4046 #define RCC_CFGR_SWS_2 (0x4UL << RCC_CFGR_SWS_Pos) /*!< 0x00000020 */ macro
Dstm32g050xx.h4065 #define RCC_CFGR_SWS_2 (0x4UL << RCC_CFGR_SWS_Pos) /*!< 0x00000020 */ macro
Dstm32g070xx.h4194 #define RCC_CFGR_SWS_2 (0x4UL << RCC_CFGR_SWS_Pos) /*!< 0x00000020 */ macro
Dstm32g031xx.h4226 #define RCC_CFGR_SWS_2 (0x4UL << RCC_CFGR_SWS_Pos) /*!< 0x00000020 */ macro
Dstm32g041xx.h4462 #define RCC_CFGR_SWS_2 (0x4UL << RCC_CFGR_SWS_Pos) /*!< 0x00000020 */ macro
Dstm32g051xx.h4562 #define RCC_CFGR_SWS_2 (0x4UL << RCC_CFGR_SWS_Pos) /*!< 0x00000020 */ macro
Dstm32g061xx.h4798 #define RCC_CFGR_SWS_2 (0x4UL << RCC_CFGR_SWS_Pos) /*!< 0x00000020 */ macro
Dstm32g071xx.h4897 #define RCC_CFGR_SWS_2 (0x4UL << RCC_CFGR_SWS_Pos) /*!< 0x00000020 */ macro
Dstm32g081xx.h5133 #define RCC_CFGR_SWS_2 (0x4UL << RCC_CFGR_SWS_Pos) /*!< 0x00000020 */ macro
Dstm32g0b0xx.h5166 #define RCC_CFGR_SWS_2 (0x4UL << RCC_CFGR_SWS_Pos) /*!< 0x00000020 */ macro
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_rcc.h271 #define LL_RCC_SYS_CLKSOURCE_STATUS_LSI RCC_CFGR_SWS_2 /*!< LSI used as syst…
272 #define LL_RCC_SYS_CLKSOURCE_STATUS_LSE (RCC_CFGR_SWS_2 |RCC_CFGR_SWS_0) /*!< LSE used as syst…
Dstm32u0xx_hal_rcc.h424 #define RCC_SYSCLKSOURCE_STATUS_LSI RCC_CFGR_SWS_2 /*!< LSI used as system…
425 #define RCC_SYSCLKSOURCE_STATUS_LSE (RCC_CFGR_SWS_2 |RCC_CFGR_SWS_0) /*!< LSE used as system…
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_rcc.h224 #define LL_RCC_SYS_CLKSOURCE_STATUS_LSE RCC_CFGR_SWS_2 /*!< LSE used…
Dstm32c0xx_hal_rcc.h425 #define RCC_SYSCLKSOURCE_STATUS_LSE RCC_CFGR_SWS_2 /*!< LSE used as sy…
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_rcc.h227 #define LL_RCC_SYS_CLKSOURCE_STATUS_LSE RCC_CFGR_SWS_2 /*!< LSE used as sys…
Dstm32g0xx_hal_rcc.h594 #define RCC_SYSCLKSOURCE_STATUS_LSE RCC_CFGR_SWS_2 /*!< LSE used as system cl…

123