| /bsp/stm32/stm32l476-st-nucleo/board/ |
| A D | board.c | 30 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSI; in SystemClock_Config() 79 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_MSI; in SystemClock_MSI_ON() 98 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_MSI; in SystemClock_MSI_OFF() 113 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSI; in SystemClock_80M() 150 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSI; in SystemClock_24M() 189 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_MSI; in SystemClock_2M()
|
| /bsp/stm32/stm32l496-ali-developer/board/ |
| A D | board.c | 26 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_LSI|RCC_OSCILLATORTYPE_LSE in SystemClock_Config() 94 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_MSI; in SystemClock_MSI_ON() 113 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_MSI; in SystemClock_MSI_OFF() 128 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; in SystemClock_80M() 167 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_MSI; in SystemClock_Config_fromSTOP() 196 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; in SystemClock_24M() 228 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_MSI; in SystemClock_2M()
|
| /bsp/stm32/stm32l475-atk-pandora/board/ |
| A D | board.c | 26 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_LSI|RCC_OSCILLATORTYPE_HSE in SystemClock_Config() 90 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_MSI; in SystemClock_MSI_ON() 109 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_MSI; in SystemClock_MSI_OFF() 124 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; in SystemClock_80M() 159 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; in SystemClock_24M() 191 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_MSI; in SystemClock_2M()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_rcc.c | 336 assert_param(IS_RCC_OSCILLATORTYPE(RCC_OscInitStruct->OscillatorType)); in HAL_RCC_OscConfig() 342 if(((RCC_OscInitStruct->OscillatorType) & RCC_OSCILLATORTYPE_HSE) == RCC_OSCILLATORTYPE_HSE) in HAL_RCC_OscConfig() 393 if(((RCC_OscInitStruct->OscillatorType) & RCC_OSCILLATORTYPE_HSI) == RCC_OSCILLATORTYPE_HSI) in HAL_RCC_OscConfig() 458 if(((RCC_OscInitStruct->OscillatorType) & RCC_OSCILLATORTYPE_MSI) == RCC_OSCILLATORTYPE_MSI) in HAL_RCC_OscConfig() 569 if(((RCC_OscInitStruct->OscillatorType) & RCC_OSCILLATORTYPE_LSI) == RCC_OSCILLATORTYPE_LSI) in HAL_RCC_OscConfig() 611 if(((RCC_OscInitStruct->OscillatorType) & RCC_OSCILLATORTYPE_LSE) == RCC_OSCILLATORTYPE_LSE) in HAL_RCC_OscConfig() 1181 RCC_OscInitStruct->OscillatorType = RCC_OSCILLATORTYPE_HSE | RCC_OSCILLATORTYPE_HSI \ in HAL_RCC_GetOscConfig()
|
| /bsp/stm32/stm32g030-tiny-board/board/ |
| A D | board.c | 25 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSI; in SystemClock_Config()
|
| /bsp/stm32/stm32f103-onenet-nbiot/board/ |
| A D | board.c | 25 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSI; in SystemClock_Config()
|
| /bsp/stm32/stm32wle5-yizhilian-lm402/board/ |
| A D | board.c | 23 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_MSI; in SystemClock_Config()
|
| /bsp/stm32/libraries/templates/stm32f10x/board/ |
| A D | board.c | 20 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; in SystemClock_Config()
|
| /bsp/stm32/libraries/templates/stm32f2xx/board/ |
| A D | board.c | 20 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; in SystemClock_Config()
|
| /bsp/stm32/stm32f103-dofly-M3S/board/ |
| A D | board.c | 22 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; in SystemClock_Config()
|
| /bsp/stm32/stm32f103-gizwits-gokitv21/board/ |
| A D | board.c | 25 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; in SystemClock_Config()
|
| /bsp/stm32/stm32f103-atk-warshipv3/board/ |
| A D | board.c | 21 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; in SystemClock_Config()
|
| /bsp/stm32/stm32f103-dofly-lyc8/board/ |
| A D | board.c | 21 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; in SystemClock_Config()
|
| /bsp/stm32/stm32f103-keysking-learning/board/ |
| A D | board.c | 22 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; in SystemClock_Config()
|
| /bsp/stm32/stm32f103-yf-ufun/board/ |
| A D | board.c | 21 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; in SystemClock_Config()
|
| /bsp/stm32/stm32f103-ys-f1pro/board/ |
| A D | board.c | 26 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; in SystemClock_Config()
|
| /bsp/stm32/stm32f334-st-nucleo/board/ |
| A D | board.c | 22 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; in SystemClock_Config()
|
| /bsp/stm32/libraries/templates/stm32f0xx/board/ |
| A D | board.c | 21 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; in SystemClock_Config()
|
| /bsp/stm32/libraries/templates/stm32f4xx/board/ |
| A D | board.c | 24 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; in SystemClock_Config()
|
| /bsp/stm32/stm32h723-st-nucleo/board/ |
| A D | board.c | 36 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSI; in SystemClock_Config()
|
| /bsp/stm32/stm32f407-st-discovery/board/ |
| A D | board.c | 25 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; in SystemClock_Config()
|
| /bsp/stm32/stm32f207-st-nucleo/board/ |
| A D | board.c | 22 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSI; in SystemClock_Config()
|
| /bsp/stm32/stm32f405-smdz-breadfruit/board/ |
| A D | board.c | 25 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; in SystemClock_Config()
|
| /bsp/stm32/stm32f405zg-mini-template/board/ |
| A D | board.c | 26 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; in SystemClock_Config()
|
| /bsp/stm32/stm32f407-robomaster-c/board/ |
| A D | board.c | 27 RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; in SystemClock_Config()
|