Home
last modified time | relevance | path

Searched refs:RCC_LSI_ON (Results 1 – 25 of 62) sorted by relevance

123

/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc.h152 #define RCC_LSI_ON RCC_CSR_LSION macro
1220 #define IS_RCC_LSI(LSI) (((LSI) == RCC_LSI_OFF) || ((LSI) == RCC_LSI_ON))
/hal_stm32-3.6.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc.c1580 RCC_OscInitStruct->LSIState = ((regvalue & RCC_LSI_ON) > 0U) ? RCC_LSI_ON : 0U; in HAL_RCC_GetOscConfig()
Dstm32wbxx_hal_timebase_rtc_wakeup_template.c165 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in HAL_InitTick()
/hal_stm32-3.6.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rcc.h149 #define RCC_LSI_ON RCC_CSR_LSION /*!< LSI clock activation */ macro
1328 #define IS_RCC_LSI(__LSI__) (((__LSI__) == RCC_LSI_OFF) || ((__LSI__) == RCC_LSI_ON))
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_timebase_rtc_wakeup_template.c136 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in HAL_InitTick()
Dstm32u5xx_hal_timebase_rtc_alarm_template.c136 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in HAL_InitTick()
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_timebase_rtc_wakeup.c144 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in HAL_InitTick()
Dstm32h5xx_hal_timebase_rtc_alarm.c143 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in HAL_InitTick()
/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_timebase_rtc_wakeup_template.c117 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in HAL_InitTick()
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_timebase_rtc_wakeup_template.c121 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in HAL_InitTick()
Dstm32f4xx_hal_timebase_rtc_alarm_template.c114 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in HAL_InitTick()
/hal_stm32-3.6.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_timebase_rtc_wakeup_template.c122 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in HAL_InitTick()
Dstm32f0xx_hal_timebase_rtc_alarm_template.c115 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in HAL_InitTick()
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_timebase_rtc_wakeup_template.c120 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in HAL_InitTick()
Dstm32f7xx_hal_timebase_rtc_alarm_template.c113 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in HAL_InitTick()
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_timebase_rtc_wakeup_template.c122 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in HAL_InitTick()
Dstm32f3xx_hal_timebase_rtc_alarm_template.c115 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in HAL_InitTick()
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_timebase_rtc_wakeup_template.c121 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in HAL_InitTick()
/hal_stm32-3.6.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_timebase_rtc_alarm_template.c104 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in HAL_InitTick()
/hal_stm32-3.6.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_timebase_rtc_wakeup_template.c159 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in HAL_InitTick()
/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_timebase_rtc_wakeup_template.c121 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in HAL_InitTick()
Dstm32f2xx_hal_timebase_rtc_alarm_template.c119 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in HAL_InitTick()
/hal_stm32-3.6.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_timebase_rtc_alarm_template.c111 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in HAL_InitTick()
/hal_stm32-3.6.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_timebase_rtc_wakeup_template.c157 RCC_OscInitStruct.LSIState = RCC_LSI_ON; in HAL_InitTick()
/hal_stm32-3.6.0/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rcc.h137 #define IS_RCC_LSI(__LSI__) (((__LSI__) == RCC_LSI_OFF) || ((__LSI__) == RCC_LSI_ON))
350 #define RCC_LSI_ON RCC_CSR_LSION /*!< LSI clock activation */ macro

123