Home
last modified time | relevance | path

Searched refs:RCC_RTCCLKSOURCE_HSE_DIV128 (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rcc.h236 #define RCC_RTCCLKSOURCE_HSE_DIV128 RCC_BDCR_RTCSEL_HSE /*!< HSE oscillator… macro
1355 ((__SOURCE__) == RCC_RTCCLKSOURCE_HSE_DIV128))
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_timebase_rtc_alarm_template.c111 PeriphClkInitStruct.RTCClockSelection = RCC_RTCCLKSOURCE_HSE_DIV128; in HAL_InitTick()
Dstm32f1xx_hal_rcc_ex.c561 …else if (((temp_reg & RCC_BDCR_RTCSEL) == RCC_RTCCLKSOURCE_HSE_DIV128) && (HAL_IS_BIT_SET(RCC->CR,… in HAL_RCCEx_GetPeriphCLKFreq()