/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_rcc_ex.c | 227 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig() 1148 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig() 1442 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig() 2018 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig() 2413 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig() 2661 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_rcc_ex.c | 185 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_rcc_ex.c | 210 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_rcc_ex.c | 234 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig() 935 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_rcc_ex.c | 155 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_rcc_ex.c | 182 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_rcc_ex.c | 172 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_rcc_ex.c | 170 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_rcc_ex.c | 214 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_rcc.h | 840 #define __HAL_RCC_RTC_CONFIG(__RTCCLKSource__) do { __HAL_RCC_RTC_CLKPRESCALER(__RTCCLKSource__); … macro
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_rcc_ex.c | 175 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_rcc_ex.c | 190 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_rcc.h | 985 #define __HAL_RCC_RTC_CONFIG(__RTC_CLKSOURCE__) MODIFY_REG(RCC->BDCR, RCC_BDCR_RTCSEL, (__RTC_CLKSO… macro
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_rcc_ex.h | 961 #define __HAL_RCC_LCD_CONFIG(__LCD_CLKSOURCE__) __HAL_RCC_RTC_CONFIG(__LCD_CLKSOURCE__)
|
D | stm32l1xx_hal_rcc.h | 1686 #define __HAL_RCC_RTC_CONFIG(__RTC_CLKSOURCE__) do { \ macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_rcc_ex.c | 189 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_rcc_ex.c | 199 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_rcc.h | 1506 #define __HAL_RCC_RTC_CONFIG(__RTC_CLKSOURCE__) do { \ macro
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_rcc.h | 1412 #define __HAL_RCC_RTC_CONFIG(__RTC_CLKSOURCE__) MODIFY_REG(RCC->BDCR, RCC_BDCR_RTCSEL, (__RTC_CLKSO… macro
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_rcc.h | 988 #define __HAL_RCC_RTC_CONFIG(__RTCCLKSource__) do { __HAL_RCC_RTC_CLKPRESCALER(__RTCCLKSource__); … macro
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_rcc.h | 1520 #define __HAL_RCC_RTC_CONFIG(__RTC_CLKSOURCE__) MODIFY_REG(RCC->BDCR, RCC_BDCR_RTCSEL, (__RTC_CLKSO… macro
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_rcc.h | 2053 #define __HAL_RCC_RTC_CONFIG(__RTC_CLKSOURCE__) LL_RCC_SetRTCClockSource(__RTC_CLKSOURCE__) macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_rcc_ex.c | 168 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_rcc_ex.c | 326 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_rcc_ex.c | 1808 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
|