Home
last modified time | relevance | path

Searched refs:OutPut (Results 1 – 7 of 7) sorted by relevance

/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_rtc.c190 RTC_Handler.Init.OutPut = RTC_OUTPUTSOURCE_NONE; in rt_rtc_config()
204 RTC_Handler.Init.OutPut = RTC_OUTPUT_DISABLE; in rt_rtc_config()
220 RTC_Handler.Init.OutPut = RTC_OUTPUT_DISABLE; in rt_rtc_config()
/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/stm32h750-weact-ministm32h7xx/board/CubeMX_Config/Src/
A Dmain.c255 hrtc.Init.OutPut = RTC_OUTPUT_DISABLE; in MX_RTC_Init()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_rtc.h71 uint32_t OutPut; /*!< Specifies which signal will be routed to the RTC output. member
/bsp/stm32/stm32mp157a-st-discovery/board/ports/
A Ddrv_sdio.c547 hrtc.Init.OutPut = RTC_OUTPUT_DISABLE; in MX_RTC_Init()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_rtc.c256 assert_param(IS_RTC_OUTPUT(hrtc->Init.OutPut)); in HAL_RTC_Init()
321 …hrtc->Instance->CR |= (uint32_t)(hrtc->Init.HourFormat | hrtc->Init.OutPut | hrtc->Init.OutPutPola… in HAL_RTC_Init()

Completed in 21 milliseconds