Home
last modified time | relevance | path

Searched refs:RTCClockSelection (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/bl2/
Dstm32h5xx_hal_msp.c173 .RTCClockSelection = RCC_RTCCLKSOURCE_LSE,
175 .RTCClockSelection = RCC_RTCCLKSOURCE_LSI,
357 assert_param(IS_RCC_RTCCLKSOURCE(pPeriphClkInit->RTCClockSelection)); in RCCEx_PeriphCLKConfig()
379 …if ((tmpregister != RCC_RTCCLKSOURCE_NO_CLK) && (tmpregister != pPeriphClkInit->RTCClockSelection)) in RCCEx_PeriphCLKConfig()
410 __HAL_RCC_RTC_CONFIG(pPeriphClkInit->RTCClockSelection); in RCCEx_PeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/bl2/
Dstm32u5xx_hal_msp.c111 .RTCClockSelection = RCC_RTCCLKSOURCE_LSE,
113 .RTCClockSelection = RCC_RTCCLKSOURCE_LSI,
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_rcc_ex.c260 assert_param(IS_RCC_RTCCLKSOURCE(PeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
293 … if ((tmpregister != RCC_RTCCLKSOURCE_NONE) && (tmpregister != PeriphClkInit->RTCClockSelection)) in HAL_RCCEx_PeriphCLKConfig()
328 __HAL_RCC_RTC_CONFIG(PeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
763 PeriphClkInit->RTCClockSelection = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rcc_ex.c700 assert_param(IS_RCC_RTCCLKSOURCE(pPeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
728 …if ((tmpregister != RCC_RTCCLKSOURCE_NO_CLK) && (tmpregister != pPeriphClkInit->RTCClockSelection)) in HAL_RCCEx_PeriphCLKConfig()
759 __HAL_RCC_RTC_CONFIG(pPeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1103 pPeriphClkInit->RTCClockSelection = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rcc_ex.c1725 assert_param(IS_RCC_RTCCLKSOURCE(pPeriphClkInit->RTCClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1747 …if ((tmpregister != RCC_RTCCLKSOURCE_NO_CLK) && (tmpregister != pPeriphClkInit->RTCClockSelection)) in HAL_RCCEx_PeriphCLKConfig()
1778 __HAL_RCC_RTC_CONFIG(pPeriphClkInit->RTCClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2790 pPeriphClkInit->RTCClockSelection = __HAL_RCC_GET_RTC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_rcc_ex.h244 uint32_t RTCClockSelection; /*!< Specifies RTC clock source. member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_rcc_ex.h182 uint32_t RTCClockSelection; /*!< Specifies RTC clock source. member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_rcc_ex.h348 uint32_t RTCClockSelection; /*!< Specifies RTC clock source. member