Home
last modified time | relevance | path

Searched refs:RTC_OUTPUTSOURCE_NONE (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rtc.h51 #define IS_RTC_CALIB_OUTPUT(__OUTPUT__) (((__OUTPUT__) == RTC_OUTPUTSOURCE_NONE) || \
291 #define RTC_OUTPUTSOURCE_NONE 0x00000000U /*!< No output on the… macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_timebase_rtc_alarm_template.c128 hRTC_Handle.Init.OutPut = RTC_OUTPUTSOURCE_NONE; in HAL_InitTick()
Dstm32f1xx_hal_rtc.c347 if (hrtc->Init.OutPut != RTC_OUTPUTSOURCE_NONE) in HAL_RTC_Init()