Home
last modified time | relevance | path

Searched refs:__HAL_RCC_RTC_CONFIG (Results 1 – 25 of 46) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rcc_ex.c227 __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/
Dstm32f2xx_hal_rcc_ex.c185 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_rcc_ex.c210 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rcc_ex.c234 __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/
Dstm32c0xx_hal_rcc_ex.c155 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rcc_ex.c182 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rcc_ex.c172 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rcc_ex.c170 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rcc_ex.c214 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc.h840 #define __HAL_RCC_RTC_CONFIG(__RTCCLKSource__) do { __HAL_RCC_RTC_CLKPRESCALER(__RTCCLKSource__); … macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rcc_ex.c175 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc_ex.c190 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rcc.h985 #define __HAL_RCC_RTC_CONFIG(__RTC_CLKSOURCE__) MODIFY_REG(RCC->BDCR, RCC_BDCR_RTCSEL, (__RTC_CLKSO… macro
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_rcc_ex.h961 #define __HAL_RCC_LCD_CONFIG(__LCD_CLKSOURCE__) __HAL_RCC_RTC_CONFIG(__LCD_CLKSOURCE__)
Dstm32l1xx_hal_rcc.h1686 #define __HAL_RCC_RTC_CONFIG(__RTC_CLKSOURCE__) do { \ macro
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc_ex.c189 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc_ex.c199 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_rcc.h1506 #define __HAL_RCC_RTC_CONFIG(__RTC_CLKSOURCE__) do { \ macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rcc.h1412 #define __HAL_RCC_RTC_CONFIG(__RTC_CLKSOURCE__) MODIFY_REG(RCC->BDCR, RCC_BDCR_RTCSEL, (__RTC_CLKSO… macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rcc.h988 #define __HAL_RCC_RTC_CONFIG(__RTCCLKSource__) do { __HAL_RCC_RTC_CLKPRESCALER(__RTCCLKSource__); … macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc.h1520 #define __HAL_RCC_RTC_CONFIG(__RTC_CLKSOURCE__) MODIFY_REG(RCC->BDCR, RCC_BDCR_RTCSEL, (__RTC_CLKSO… macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_rcc.h2053 #define __HAL_RCC_RTC_CONFIG(__RTC_CLKSOURCE__) LL_RCC_SetRTCClockSource(__RTC_CLKSOURCE__) macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c168 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c326 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c1808 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()

12