Home
last modified time | relevance | path

Searched refs:RCC_CFGR_SWS_HSI (Results 1 – 25 of 223) sorted by relevance

123456789

/hal_stm32-3.7.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_rcc.c361 if (temp_sysclksrc == RCC_CFGR_SWS_HSI) in HAL_RCC_OscConfig()
374 if (temp_sysclksrc == RCC_CFGR_SWS_HSI) in HAL_RCC_OscConfig()
872 if (__HAL_RCC_GET_SYSCLK_SOURCE() == RCC_CFGR_SWS_HSI) in HAL_RCC_GetSysClockFreq()
/hal_stm32-3.7.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc.c248 while (READ_BIT(RCC->CFGR, RCC_CFGR_SWS) != RCC_CFGR_SWS_HSI) in HAL_RCC_DeInit()
390 …RCC_CFGR_SWS_PLL) && (temp_pllckcfg == RCC_PLLSOURCE_HSI)) || (temp_sysclksrc == RCC_CFGR_SWS_HSI)) in HAL_RCC_OscConfig()
1068 if (__HAL_RCC_GET_SYSCLK_SOURCE() == RCC_CFGR_SWS_HSI) in HAL_RCC_GetSysClockFreq()
/hal_stm32-3.7.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rcc.c289 if((__HAL_RCC_GET_SYSCLK_SOURCE() == RCC_CFGR_SWS_HSI) ||\ in HAL_RCC_OscConfig()
893 case RCC_CFGR_SWS_HSI: /* HSI used as system clock source */ in HAL_RCC_GetSysClockFreq()
Dstm32f4xx_hal_rcc_ex.c3086 case RCC_CFGR_SWS_HSI: /* HSI used as system clock source */ in HAL_RCC_GetSysClockFreq()
3434 …if((__HAL_RCC_GET_SYSCLK_SOURCE() == RCC_CFGR_SWS_HSI) … in HAL_RCC_OscConfig()
3438 …if((__HAL_RCC_GET_SYSCLK_SOURCE() == RCC_CFGR_SWS_HSI) … in HAL_RCC_OscConfig()
/hal_stm32-3.7.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_rcc.c413 if((__HAL_RCC_GET_SYSCLK_SOURCE() == RCC_CFGR_SWS_HSI) ||\ in HAL_RCC_OscConfig()
996 case RCC_CFGR_SWS_HSI: /* HSI used as system clock source */ in HAL_RCC_GetSysClockFreq()
/hal_stm32-3.7.0/stm32cube/stm32f0xx/soc/
Dsystem_stm32f0xx.c187 case RCC_CFGR_SWS_HSI: /* HSI used as system clock */ in SystemCoreClockUpdate()
/hal_stm32-3.7.0/stm32cube/stm32f3xx/soc/
Dsystem_stm32f3xx.c228 case RCC_CFGR_SWS_HSI: /* HSI used as system clock */ in SystemCoreClockUpdate()
/hal_stm32-3.7.0/stm32cube/stm32h7xx/soc/
Dsystem_stm32h7xx_dualcore_bootcm4_cm7gated.c325 case RCC_CFGR_SWS_HSI: /* HSI used as system clock source */ in SystemCoreClockUpdate()
Dsystem_stm32h7xx_dualcore_bootcm7_cm4gated.c331 case RCC_CFGR_SWS_HSI: /* HSI used as system clock source */ in SystemCoreClockUpdate()
Dsystem_stm32h7xx_dualcore_boot_cm4_cm7.c333 case RCC_CFGR_SWS_HSI: /* HSI used as system clock source */ in SystemCoreClockUpdate()
Dsystem_stm32h7xx_singlecore.c325 case RCC_CFGR_SWS_HSI: /* HSI used as system clock source */ in SystemCoreClockUpdate()
Dsystem_stm32h7xx.c351 case RCC_CFGR_SWS_HSI: /* HSI used as system clock source */ in SystemCoreClockUpdate()
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc.c592 if((sysclk_source == RCC_CFGR_SWS_HSI) || in HAL_RCC_OscConfig()
1430 else if(sysclk_source == RCC_CFGR_SWS_HSI) in HAL_RCC_GetSysClockFreq()
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/soc/
Dsystem_stm32h7xx.c351 case RCC_CFGR_SWS_HSI: /* HSI used as system clock source */ in SystemCoreClockUpdate()
/hal_stm32-3.7.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc.c480 …if ((temp_sysclksrc == RCC_CFGR_SWS_HSI) || ((temp_sysclksrc == RCC_CFGR_SWS_PLL1) && ((temp_pllck… in HAL_RCC_OscConfig()
1398 case RCC_CFGR_SWS_HSI: /* HSI used as system clock source */ in HAL_RCC_GetSysClockFreq()
/hal_stm32-3.7.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rcc.c245 while(READ_BIT(RCC->CFGR, RCC_CFGR_SWS) != RCC_CFGR_SWS_HSI) in HAL_RCC_DeInit()
/hal_stm32-3.7.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc.h212 #define RCC_SYSCLKSOURCE_STATUS_HSI RCC_CFGR_SWS_HSI /*!< HSI used as system clock */
/hal_stm32-3.7.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_rcc.h203 #define LL_RCC_SYS_CLKSOURCE_STATUS_HSI RCC_CFGR_SWS_HSI /*!< HSI used as system clock */
/hal_stm32-3.7.0/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_rcc.h228 #define LL_RCC_SYS_CLKSOURCE_STATUS_HSI RCC_CFGR_SWS_HSI /*!< HSI used as system clock */
Dstm32f0xx_hal_rcc.h404 #define RCC_SYSCLKSOURCE_STATUS_HSI RCC_CFGR_SWS_HSI /*!< HSI used as system clock …
/hal_stm32-3.7.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_rcc.h203 #define LL_RCC_SYS_CLKSOURCE_STATUS_HSI RCC_CFGR_SWS_HSI /*!< HSI used as system clock */
Dstm32f1xx_hal_rcc.h192 #define RCC_SYSCLKSOURCE_STATUS_HSI RCC_CFGR_SWS_HSI /*!< HSI used as system clock …
/hal_stm32-3.7.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_rcc.h187 #define LL_RCC_SYS_CLKSOURCE_STATUS_HSI RCC_CFGR_SWS_HSI /*!< HSI used as system clock */
/hal_stm32-3.7.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_rcc.h248 #define LL_RCC_SYS_CLKSOURCE_STATUS_HSI RCC_CFGR_SWS_HSI /*!< HSI used as system clock */
/hal_stm32-3.7.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rcc.h214 #define RCC_SYSCLKSOURCE_STATUS_HSI RCC_CFGR_SWS_HSI /*!< HSI used as system clock */

123456789