Home
last modified time | relevance | path

Searched refs:RCC_LSE_ON (Results 1 – 12 of 12) sorted by relevance

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_timebase_rtc_wakeup_template.c130 RCC_OscInitStruct.LSEState = RCC_LSE_ON; in HAL_InitTick()
A Dstm32f0xx_hal_timebase_rtc_alarm_template.c123 RCC_OscInitStruct.LSEState = RCC_LSE_ON; in HAL_InitTick()
A Dstm32f0xx_hal_rcc.c1209 RCC_OscInitStruct->LSEState = RCC_LSE_ON; in HAL_RCC_GetOscConfig()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_rcc.c374 case RCC_LSE_ON: in RCC_LSEConfig()
376 *(__IO uint8_t *) BDCR_ADDRESS = RCC_LSE_ON; in RCC_LSEConfig()
380 *(__IO uint8_t *) BDCR_ADDRESS = RCC_LSE_Bypass | RCC_LSE_ON; in RCC_LSEConfig()
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_rcc.c840 case RCC_LSE_ON: in RCC_LSEConfig()
842 *(__IO uint8_t *) BDCR_ADDRESS = RCC_LSE_ON; in RCC_LSEConfig()
847 *(__IO uint8_t *) BDCR_ADDRESS = RCC_LSE_Bypass | RCC_LSE_ON; in RCC_LSEConfig()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_rcc.h169 #define RCC_LSE_ON RCC_BDCR_LSEON macro
810 if((__STATE__) == RCC_LSE_ON) \
1208 #define IS_RCC_LSE(LSE) (((LSE) == RCC_LSE_OFF) || ((LSE) == RCC_LSE_ON) || \
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_rcc.h165 #define RCC_LSE_ON ((uint8_t)0x01) macro
167 #define IS_RCC_LSE(LSE) (((LSE) == RCC_LSE_OFF) || ((LSE) == RCC_LSE_ON) || \
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_rcc.c394 case RCC_LSE_ON: in RCC_LSEConfig()
396 *(__IO uint8_t *) BDCR_ADDRESS = RCC_LSE_ON; in RCC_LSEConfig()
400 *(__IO uint8_t *) BDCR_ADDRESS = RCC_LSE_Bypass | RCC_LSE_ON; in RCC_LSEConfig()
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_rcc.h443 #define RCC_LSE_ON ((uint8_t)0x01) macro
445 #define IS_RCC_LSE(LSE) (((LSE) == RCC_LSE_OFF) || ((LSE) == RCC_LSE_ON) || \
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_rcc.h150 #define IS_RCC_LSE(__LSE__) (((__LSE__) == RCC_LSE_OFF) || ((__LSE__) == RCC_LSE_ON) || \
333 #define RCC_LSE_ON (0x00000001U) /*!< LSE clock activat… macro
1117 if ((__STATE__) == RCC_LSE_ON) \
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_rcc.h228 #define RCC_LSE_ON ((uint8_t)0x01) macro
230 #define IS_RCC_LSE(LSE) (((LSE) == RCC_LSE_OFF) || ((LSE) == RCC_LSE_ON) || \
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_rcc.c963 RCC_OscInitStruct->LSEState = RCC_LSE_ON; in HAL_RCC_GetOscConfig()

Completed in 28 milliseconds