Home
last modified time | relevance | path

Searched refs:RTC_OUTPUT_POLARITY_HIGH (Results 1 – 4 of 4) 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()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_rtc.h213 #define RTC_OUTPUT_POLARITY_HIGH 0x00000000U macro
703 #define IS_RTC_OUTPUT_POL(POL) (((POL) == RTC_OUTPUT_POLARITY_HIGH) || \
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_rtc.h202 #define RTC_OUTPUT_POLARITY_HIGH ((uint32_t)0x00000000) macro
709 #define IS_RTC_OUTPUT_POL(__POL__) (((__POL__) == RTC_OUTPUT_POLARITY_HIGH) || \

Completed in 7 milliseconds