Home
last modified time | relevance | path

Searched refs:RCC_SYSCLKSOURCE_HSI48 (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rcc_ex.h52 ((SOURCE) == RCC_SYSCLKSOURCE_HSI48))
161 #define RCC_SYSCLKSOURCE_HSI48 RCC_CFGR_SW_HSI48 macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rcc.c849 else if(RCC_ClkInitStruct->SYSCLKSource == RCC_SYSCLKSOURCE_HSI48) in HAL_RCC_ClockConfig()