Home
last modified time | relevance | path

Searched refs:OutPut (Results 1 – 6 of 6) sorted by relevance

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_timebase_rtc_wakeup_template.c171 hRTC_Handle.Init.OutPut = RTC_OUTPUT_DISABLE; in HAL_InitTick()
A Dstm32f0xx_hal_timebase_rtc_alarm_template.c164 hRTC_Handle.Init.OutPut = RTC_OUTPUT_DISABLE; in HAL_InitTick()
A Dstm32f0xx_hal_rtc.c163 assert_param(IS_RTC_OUTPUT(hrtc->Init.OutPut)); in HAL_RTC_Init()
198 …hrtc->Instance->CR |= (uint32_t)(hrtc->Init.HourFormat | hrtc->Init.OutPut | hrtc->Init.OutPutPola… in HAL_RTC_Init()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_rtc.h87 uint32_t OutPut; /*!< Specifies which signal will be routed to the RTC output. member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_rtc.h87 uint32_t OutPut; /*!< Specifies which signal will be routed to the RTC output. member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_rtc.c216 assert_param (IS_RTC_OUTPUT(hrtc->Init.OutPut)); in HAL_RTC_Init()
246 …hrtc->Instance->CR |= (uint32_t)(hrtc->Init.HourFormat | hrtc->Init.OutPut | hrtc->Init.OutPutPola… in HAL_RTC_Init()

Completed in 11 milliseconds