Home
last modified time | relevance | path

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

123

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc.h131 #define RCC_LSE_ON RCC_BDCR_LSEON macro
781 if((__STATE__) == RCC_LSE_ON) \
1215 #define IS_RCC_LSE(LSE) (((LSE) == RCC_LSE_OFF) || ((LSE) == RCC_LSE_ON) || \
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_rcc.h69 #define IS_RCC_LSE(__LSE__) (((__LSE__) == RCC_LSE_OFF) || ((__LSE__) == RCC_LSE_ON))
216 #define RCC_LSE_ON RCC_CR_LSEON /*!< LSE clock activation */ macro
1009 if((__STATE__) == RCC_LSE_ON) \
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rcc.h126 #define RCC_LSE_ON RCC_BDCR_LSEON /*!< LSE cl… macro
800 if ((__STATE__) == RCC_LSE_ON) \
1324 #define IS_RCC_LSE(__LSE__) (((__LSE__) == RCC_LSE_OFF) || ((__LSE__) == RCC_LSE_ON) || \
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_rcc.h123 #define IS_RCC_LSE(__LSE__) (((__LSE__) == RCC_LSE_OFF) || ((__LSE__) == RCC_LSE_ON) || \
344 #define RCC_LSE_ON RCC_CSR_LSEON /*!< LSE cloc… macro
1236 if ((__STATE__) == RCC_LSE_ON) \
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rcc.h132 #define IS_RCC_LSE(__LSE__) (((__LSE__) == RCC_LSE_OFF) || ((__LSE__) == RCC_LSE_ON) || \
315 #define RCC_LSE_ON (0x00000001U) /*!< LSE clock activat… macro
1099 if ((__STATE__) == RCC_LSE_ON) \
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rcc.h129 #define RCC_LSE_ON RCC_BDCR_LSEON macro
935 if((__STATE__) == RCC_LSE_ON) \
1359 #define IS_RCC_LSE(LSE) (((LSE) == RCC_LSE_OFF) || ((LSE) == RCC_LSE_ON) || \
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc.h159 #define IS_RCC_LSE(__LSE__) (((__LSE__) == RCC_LSE_OFF) || ((__LSE__) == RCC_LSE_ON) || \
371 #define RCC_LSE_ON RCC_BDCR_LSEON /*!< LSE clo… macro
1179 if ((__STATE__) == RCC_LSE_ON) \
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_rcc.h103 … ((__LSE__) == RCC_LSE_ON) || ((__LSE__) == RCC_LSE_ON_RTC_ONLY) || \
369 #define RCC_LSE_ON ((uint32_t)(RCC_BDCR_LSESYSEN | RCC_BDCR_LSEON)) … macro
2013 if((__STATE__) == RCC_LSE_ON) \
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_rcc.h158 #define IS_RCC_LSE(__LSE__) (((__LSE__) == RCC_LSE_OFF) || ((__LSE__) == RCC_LSE_ON) || \
351 #define RCC_LSE_ON (0x00000001U) /*!< LSE clock activat… macro
1434 if ((__STATE__) == RCC_LSE_ON) \
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_timebase_rtc_wakeup_template.c105 RCC_OscInitStruct.LSEState = RCC_LSE_ON; in HAL_InitTick()
Dstm32wb0x_hal_timebase_rtc_alarm_template.c99 RCC_OscInitStruct.LSEState = RCC_LSE_ON; in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_timebase_rtc_wakeup_template.c113 RCC_OscInitStruct.LSEState = RCC_LSE_ON; in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_timebase_rtc_wakeup.c138 RCC_OscInitStruct.LSEState = RCC_LSE_ON; in HAL_InitTick()
Dstm32h5xx_hal_timebase_rtc_alarm.c137 RCC_OscInitStruct.LSEState = RCC_LSE_ON; in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_timebase_rtc_wakeup_template.c116 RCC_OscInitStruct.LSEState = RCC_LSE_ON; in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_timebase_rtc_wakeup_template.c115 RCC_OscInitStruct.LSEState = RCC_LSE_ON; in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_timebase_rtc_wakeup_template.c114 RCC_OscInitStruct.LSEState = RCC_LSE_ON; in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_timebase_rtc_wakeup_template.c116 RCC_OscInitStruct.LSEState = RCC_LSE_ON; in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_timebase_rtc_wakeup_template.c159 RCC_OscInitStruct.LSEState = RCC_LSE_ON; in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_timebase_rtc_wakeup_template.c115 RCC_OscInitStruct.LSEState = RCC_LSE_ON; in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_timebase_rtc_wakeup_template.c115 RCC_OscInitStruct.LSEState = RCC_LSE_ON; in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_timebase_rtc_wakeup_template.c153 RCC_OscInitStruct.LSEState = RCC_LSE_ON; in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_timebase_rtc_wakeup_template.c137 RCC_OscInitStruct.LSEState = RCC_LSE_ON; in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_rcc.h93 #define IS_RCC_LSE(__LSE__) (((__LSE__) == RCC_LSE_OFF) || ((__LSE__) == RCC_LSE_ON) || \
340 #define RCC_LSE_ON RCC_CSR1_LSEON /*!< LSE clock activat… macro
1711 if((__STATE__) == RCC_LSE_ON) \
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_timebase_rtc_alarm_template.c106 RCC_OscInitStruct.LSEState = RCC_LSE_ON; in HAL_InitTick()

123