Home
last modified time | relevance | path

Searched refs:RTC_OUTPUT_POLARITY_HIGH (Results 1 – 9 of 9) sorted by relevance

/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_rtc.c205 RTC_Handler.Init.OutPutPolarity = RTC_OUTPUT_POLARITY_HIGH; in rt_rtc_config()
221 RTC_Handler.Init.OutPutPolarity = RTC_OUTPUT_POLARITY_HIGH; in rt_rtc_config()
/bsp/essemi/es32f369x/drivers/
A Ddrv_rtc.c142 rtc_initstruct.output_polarity = RTC_OUTPUT_POLARITY_HIGH; in rt_hw_rtc_init()
/bsp/essemi/es32f0654/drivers/
A Ddrv_rtc.c142 rtc_initstruct.output_polarity = RTC_OUTPUT_POLARITY_HIGH; in rt_hw_rtc_init()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_rtc.h255 #define RTC_OUTPUT_POLARITY_HIGH (0x00000000U) macro
258 #define IS_RTC_OUTPUT_POL(POL) (((POL) == RTC_OUTPUT_POLARITY_HIGH) || \
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/
A Dald_rtc.h74 RTC_OUTPUT_POLARITY_HIGH = 0x0U, /**< Polarity is high */ enumerator
449 #define IS_RTC_OUTPUT_POLARITY(x) (((x) == RTC_OUTPUT_POLARITY_HIGH) || \
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_rtc.h76 RTC_OUTPUT_POLARITY_HIGH = 0x0U, /**< Polarity is high */ enumerator
451 #define IS_RTC_OUTPUT_POLARITY(x) (((x) == RTC_OUTPUT_POLARITY_HIGH) || \
/bsp/stm32/stm32g491-st-nucleo/board/CubeMX_Config/Core/Src/
A Dmain.c281 hrtc.Init.OutPutPolarity = RTC_OUTPUT_POLARITY_HIGH; in MX_RTC_Init()
/bsp/stm32/stm32h750-fk750m1-vbt6/board/CubeMX_Config/Src/
A Dmain.c297 hrtc.Init.OutPutPolarity = RTC_OUTPUT_POLARITY_HIGH; in MX_RTC_Init()
/bsp/stm32/stm32h750-weact-ministm32h7xx/board/CubeMX_Config/Src/
A Dmain.c256 hrtc.Init.OutPutPolarity = RTC_OUTPUT_POLARITY_HIGH; in MX_RTC_Init()

Completed in 23 milliseconds