Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_timebase_rtc_wakeup_template.c173 hRTC_Handle.Init.OutPutType = RTC_OUTPUT_TYPE_OPENDRAIN; in HAL_InitTick()
A Dstm32f0xx_hal_timebase_rtc_alarm_template.c166 hRTC_Handle.Init.OutPutType = RTC_OUTPUT_TYPE_OPENDRAIN; in HAL_InitTick()
A Dstm32f0xx_hal_rtc.c165 assert_param(IS_RTC_OUTPUT_TYPE(hrtc->Init.OutPutType)); in HAL_RTC_Init()
222 hrtc->Instance->TAFCR |= (uint32_t)(hrtc->Init.OutPutType); in HAL_RTC_Init()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_rtc.h93 uint32_t OutPutType; /*!< Specifies the RTC Output Pin mode. member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_rtc.h93 uint32_t OutPutType; /*!< Specifies the RTC Output Pin mode. member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_rtc.c218 assert_param(IS_RTC_OUTPUT_TYPE(hrtc->Init.OutPutType)); in HAL_RTC_Init()
256 hrtc->Instance->OR |= (uint32_t)(hrtc->Init.OutPutType); in HAL_RTC_Init()

Completed in 11 milliseconds