Home
last modified time | relevance | path

Searched refs:RTC_OUTPUT_DISABLE (Results 1 – 10 of 10) sorted by relevance

/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_rtc.c204 RTC_Handler.Init.OutPut = RTC_OUTPUT_DISABLE; in rt_rtc_config()
220 RTC_Handler.Init.OutPut = RTC_OUTPUT_DISABLE; in rt_rtc_config()
/bsp/essemi/es32f369x/drivers/
A Ddrv_rtc.c141 rtc_initstruct.output = RTC_OUTPUT_DISABLE; in rt_hw_rtc_init()
/bsp/essemi/es32f0654/drivers/
A Ddrv_rtc.c141 rtc_initstruct.output = RTC_OUTPUT_DISABLE; in rt_hw_rtc_init()
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/
A Dald_rtc.h64 RTC_OUTPUT_DISABLE = 0x0U, /**< Disable output */ enumerator
445 #define IS_RTC_OUTPUT_SEL(x) (((x) == RTC_OUTPUT_DISABLE) || \
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_rtc.h66 RTC_OUTPUT_DISABLE = 0x0U, /**< Disable output */ enumerator
447 #define IS_RTC_OUTPUT_SEL(x) (((x) == RTC_OUTPUT_DISABLE) || \
/bsp/stm32/stm32g491-st-nucleo/board/CubeMX_Config/Core/Src/
A Dmain.c279 hrtc.Init.OutPut = RTC_OUTPUT_DISABLE; in MX_RTC_Init()
/bsp/stm32/stm32h750-fk750m1-vbt6/board/CubeMX_Config/Src/
A Dmain.c296 hrtc.Init.OutPut = RTC_OUTPUT_DISABLE; in MX_RTC_Init()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_rtc_ex.h167 #define RTC_OUTPUT_DISABLE (0x00000000U) macro
172 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \
/bsp/stm32/stm32h750-weact-ministm32h7xx/board/CubeMX_Config/Src/
A Dmain.c255 hrtc.Init.OutPut = RTC_OUTPUT_DISABLE; in MX_RTC_Init()
/bsp/stm32/stm32mp157a-st-discovery/board/ports/
A Ddrv_sdio.c547 hrtc.Init.OutPut = RTC_OUTPUT_DISABLE; in MX_RTC_Init()

Completed in 23 milliseconds