Home
last modified time | relevance | path

Searched refs:__HAL_RCC_GET_RTC_SOURCE (Results 1 – 25 of 45) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rcc_ex.c327 srcclk = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
358 PeriphClkInit->RTCClockSelection = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
404 srcclk = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_rcc_ex.c240 srcclk = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
282 srcclk = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_rcc_ex.c256 PeriphClkInit->RTCClockSelection = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
298 srcclk = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rcc_ex.c274 PeriphClkInit->RTCClockSelection = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
386 srcclk = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rcc_ex.c325 tmpreg2 = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_PeriphCLKConfig()
1049 srcclk = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rcc_ex.c586 PeriphClkInit->RTCClockSelection = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
965 srcclk = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc_ex.c399 PeriphClkInit->RTCClockSelection = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
490 srcclk = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc_ex.c555 PeriphClkInit->RTCClockSelection = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
626 srcclk = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc_ex.c653 PeriphClkInit->RTCClockSelection = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
696 srcclk = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c1456 PeriphClkInit->RTCClockSelection = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
2154 clocksource = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rcc_ex.c385 PeriphClkInit->RTCClockSelection = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rcc_ex.c300 srcclk = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c761 PeriphClkInit->RTCClockSelection = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
829 srcclk = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c1987 PeriphClkInit->RTCClockSelection = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
2811 clksource = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc.h851 #define __HAL_RCC_GET_RTC_SOURCE() (READ_BIT(RCC->BDCR, RCC_BDCR_RTCSEL)) macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c1022 PeriphClkInit->RTCClockSelection = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
1168 srcclk = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rcc.h994 #define __HAL_RCC_GET_RTC_SOURCE() (READ_BIT(RCC->BDCR, RCC_BDCR_RTCSEL)) macro
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_rcc_ex.h965 #define __HAL_RCC_GET_LCD_SOURCE() __HAL_RCC_GET_RTC_SOURCE()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc_ex.c504 PeriphClkInit->RTCClockSelection = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c1457 pPeriphClkInit->RTCClockSelection = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
1809 srcclk = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_rcc.h1518 #define __HAL_RCC_GET_RTC_SOURCE() (READ_BIT(RCC->CSR, RCC_CSR_RTCSEL)) macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rcc.h1421 #define __HAL_RCC_GET_RTC_SOURCE() (READ_BIT(RCC->BDCR, RCC_BDCR_RTCSEL)) macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rcc.h999 #define __HAL_RCC_GET_RTC_SOURCE() (READ_BIT(RCC->BDCR, RCC_BDCR_RTCSEL)) macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc.h1529 #define __HAL_RCC_GET_RTC_SOURCE() (READ_BIT(RCC->BDCR, RCC_BDCR_RTCSEL)) macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c2734 pPeriphClkInit->RTCClockSelection = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
3243 srcclk = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()

12