Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_timebase_rtc_wakeup_template.c172 hRTC_Handle.Init.OutPutPolarity = RTC_OUTPUT_POLARITY_HIGH; in HAL_InitTick()
A Dstm32f0xx_hal_timebase_rtc_alarm_template.c165 hRTC_Handle.Init.OutPutPolarity = RTC_OUTPUT_POLARITY_HIGH; in HAL_InitTick()
A Dstm32f0xx_hal_rtc.c164 assert_param(IS_RTC_OUTPUT_POL(hrtc->Init.OutPutPolarity)); in HAL_RTC_Init()
198 …>Instance->CR |= (uint32_t)(hrtc->Init.HourFormat | hrtc->Init.OutPut | hrtc->Init.OutPutPolarity); in HAL_RTC_Init()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_rtc.h90 uint32_t OutPutPolarity; /*!< Specifies the polarity of the output signal. member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_rtc.h90 uint32_t OutPutPolarity; /*!< Specifies the polarity of the output signal. member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_rtc.c217 assert_param (IS_RTC_OUTPUT_POL(hrtc->Init.OutPutPolarity)); in HAL_RTC_Init()
246 …>Instance->CR |= (uint32_t)(hrtc->Init.HourFormat | hrtc->Init.OutPut | hrtc->Init.OutPutPolarity); in HAL_RTC_Init()

Completed in 12 milliseconds