Home
last modified time | relevance | path

Searched refs:RCC_LSI_DIV1 (Results 1 – 13 of 13) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc.c577 if (RCC_OscInitStruct->LSIDiv == RCC_LSI_DIV1) in HAL_RCC_OscConfig()
1426 RCC_OscInitStruct->LSIDiv = RCC_LSI_DIV1; in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_timebase_rtc_wakeup_template.c137 RCC_OscInitStruct.LSIDiv = RCC_LSI_DIV1; in HAL_InitTick()
Dstm32u5xx_hal_timebase_rtc_alarm_template.c135 RCC_OscInitStruct.LSIDiv = RCC_LSI_DIV1; in HAL_InitTick()
Dstm32u5xx_hal_rcc.c97 #define IS_RCC_LSIDIV(__LSIDIV__) (((__LSIDIV__) == RCC_LSI_DIV1) || ((__LSIDIV__) == RCC_LSI_DIV1…
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_timebase_rtc_wakeup_template.c118 RCC_OscInitStruct.LSIDiv = RCC_LSI_DIV1; in HAL_InitTick()
Dstm32l5xx_hal_rcc.c707 if (RCC_OscInitStruct->LSIDiv == RCC_LSI_DIV1) in HAL_RCC_OscConfig()
1656 RCC_OscInitStruct->LSIDiv = RCC_LSI_DIV1; in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_rcc.h112 #define IS_RCC_LSIDIV(__LSIDIV__) (((__LSIDIV__) == RCC_LSI_DIV1) || ((__LSIDIV__) == RCC_LSI_DIV1…
400 #define RCC_LSI_DIV1 LL_RCC_LSI_PREDIV_1 /*!< LSI clock not divided */ macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rcc.h234 #define RCC_LSI_DIV1 0U /*!< LSI1 clock is not divided */ macro
2358 #define IS_RCC_LSIDIV(__LSIDIV__) (((__LSIDIV__) == RCC_LSI_DIV1) || ((__LSIDIV__) ==…
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rcc.h205 #define RCC_LSI_DIV1 (0x00000000U) /*!< LSI clock is not divided */ macro
2832 #define IS_RCC_LSIDIV(__DIV__) (((__DIV__) == RCC_LSI_DIV1) || ((__DIV__) == RCC_LSI_DIV128))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc.c1625 RCC_OscInitStruct->LSIDiv = RCC_LSI_DIV1; in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc.h212 #define RCC_LSI_DIV1 0U /*!< LSI clock is not divided */ macro
3407 #define IS_RCC_LSIDIV(__DIV__) (((__DIV__) == RCC_LSI_DIV1) || ((__DIV__) == RCC_LSI_DIV128))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc.h230 #define RCC_LSI_DIV1 0x00000000U /*!< LSI clock not divided */ macro
4684 #define IS_RCC_LSIDIV(__LSIDIV__) (((__LSIDIV__) == RCC_LSI_DIV1) || ((__LSIDIV__) == RCC_LSI_DIV1…
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc.h272 #define RCC_LSI_DIV1 0U /*!< LSI clock is not divided */ macro