| /bsp/stm32/stm32f401-weact-blackpill/board/ |
| A D | board.c | 29 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in SystemClock_Config()
|
| /bsp/stm32/stm32f411-st-nucleo/board/ |
| A D | board.c | 28 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in SystemClock_Config()
|
| /bsp/stm32/stm32g491-st-nucleo/board/ |
| A D | board.c | 36 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in SystemClock_Config()
|
| /bsp/stm32/stm32f103-atk-nano/board/ |
| A D | board.c | 28 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in SystemClock_Config()
|
| /bsp/stm32/stm32f103-hw100k-ibox/board/ |
| A D | board.c | 28 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in SystemClock_Config()
|
| /bsp/stm32/stm32f407-atk-explorer/board/ |
| A D | board.c | 30 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in SystemClock_Config()
|
| /bsp/stm32/stm32f407-fk407m2-zgt6/board/ |
| A D | board.c | 30 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in SystemClock_Config()
|
| /bsp/stm32/stm32f407-rt-spark/board/ |
| A D | board.c | 30 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in SystemClock_Config()
|
| /bsp/stm32/stm32f103-fire-arbitrary/board/ |
| A D | board.c | 28 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in SystemClock_Config()
|
| /bsp/stm32/stm32f413-st-nucleo/board/ |
| A D | board.c | 32 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in SystemClock_Config()
|
| /bsp/stm32/stm32f429-atk-apollo/board/ |
| A D | board.c | 32 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in SystemClock_Config()
|
| /bsp/stm32/stm32f091-st-nucleo/board/ |
| A D | board.c | 33 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in SystemClock_Config()
|
| /bsp/stm32/stm32g070-st-nucleo/board/ |
| A D | board.c | 29 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in SystemClock_Config()
|
| /bsp/stm32/stm32f072-st-nucleo/board/ |
| A D | board.c | 33 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in SystemClock_Config()
|
| /bsp/stm32/stm32f407-armfly-v5/board/ |
| A D | board.c | 30 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in SystemClock_Config()
|
| /bsp/stm32/stm32f429-fire-challenger/board/ |
| A D | board.c | 30 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in SystemClock_Config()
|
| /bsp/stm32/stm32f429-armfly-v6/board/ |
| A D | board.c | 31 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in SystemClock_Config()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_rcc.c | 572 assert_param(IS_RCC_LSI(RCC_OscInitStruct->LSIState)); in HAL_RCC_OscConfig() 575 if(RCC_OscInitStruct->LSIState != RCC_LSI_OFF) in HAL_RCC_OscConfig() 1241 RCC_OscInitStruct->LSIState = RCC_LSI_ON; in HAL_RCC_GetOscConfig() 1245 RCC_OscInitStruct->LSIState = RCC_LSI_OFF; in HAL_RCC_GetOscConfig()
|
| /bsp/stm32/stm32f746-st-disco/board/ |
| A D | board.c | 34 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in SystemClock_Config()
|
| /bsp/stm32/stm32l431-BearPi/board/ |
| A D | board.c | 31 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in SystemClock_Config()
|
| /bsp/stm32/stm32f767-atk-apollo/board/ |
| A D | board.c | 33 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in SystemClock_Config()
|
| /bsp/stm32/stm32wb55-st-nucleo/board/ |
| A D | board.c | 38 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in SystemClock_Config()
|
| /bsp/stm32/stm32h743-atk-apollo/board/ |
| A D | board.c | 40 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in SystemClock_Config()
|
| /bsp/stm32/libraries/templates/stm32wbxx/board/ |
| A D | board.c | 39 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in SystemClock_Config()
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_rtc.c | 261 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in stm32_rtc_init() 265 RCC_OscInitStruct.LSIState = RCC_LSI_OFF; in stm32_rtc_init()
|