Home
last modified time | relevance | path

Searched refs:OutPutSource (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_rtc.c163 assert_param(IS_LL_RTC_CALIB_OUTPUT(RTC_InitStruct->OutPutSource)); in LL_RTC_Init()
175 if (RTC_InitStruct->OutPutSource != LL_RTC_CALIB_OUTPUT_NONE) in LL_RTC_Init()
181 LL_RTC_SetOutputSource(BKP, RTC_InitStruct->OutPutSource); in LL_RTC_Init()
204 RTC_InitStruct->OutPutSource = LL_RTC_CALIB_OUTPUT_NONE; in LL_RTC_StructInit()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_rtc.h71 uint32_t OutPutSource; /*!< Specifies which signal will be routed to the RTC Tamper pin. member