Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_rtc.c211 assert_param(IS_LL_RTC_HOURFORMAT(RTC_InitStruct->HourFormat)); in LL_RTC_Init()
222 LL_RTC_SetHourFormat(RTCx, RTC_InitStruct->HourFormat); in LL_RTC_Init()
247 RTC_InitStruct->HourFormat = LL_RTC_HOURFORMAT_24HOUR; in LL_RTC_StructInit()
A Dstm32l1xx_hal_rtc.c253 assert_param(IS_RTC_HOUR_FORMAT(hrtc->Init.HourFormat)); in HAL_RTC_Init()
321 …hrtc->Instance->CR |= (uint32_t)(hrtc->Init.HourFormat | hrtc->Init.OutPut | hrtc->Init.OutPutPola… in HAL_RTC_Init()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_rtc.c203 RTC_Handler.Init.HourFormat = RTC_HOURFORMAT_24; in rt_rtc_config()
219 RTC_Handler.Init.HourFormat = RTC_HOURFORMAT_24; in rt_rtc_config()
/bsp/stm32/stm32g491-st-nucleo/board/CubeMX_Config/Core/Src/
A Dmain.c276 hrtc.Init.HourFormat = RTC_HOURFORMAT_24; in MX_RTC_Init()
/bsp/stm32/stm32h750-fk750m1-vbt6/board/CubeMX_Config/Src/
A Dmain.c293 hrtc.Init.HourFormat = RTC_HOURFORMAT_24; in MX_RTC_Init()
/bsp/stm32/stm32h750-weact-ministm32h7xx/board/CubeMX_Config/Src/
A Dmain.c252 hrtc.Init.HourFormat = RTC_HOURFORMAT_24; in MX_RTC_Init()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_rtc.h62 uint32_t HourFormat; /*!< Specifies the RTC Hour Format. member
A Dstm32l1xx_ll_rtc.h87 uint32_t HourFormat; /*!< Specifies the RTC Hours Format. member
797 __STATIC_INLINE void LL_RTC_SetHourFormat(RTC_TypeDef *RTCx, uint32_t HourFormat) in LL_RTC_SetHourFormat() argument
799 MODIFY_REG(RTCx->CR, RTC_CR_FMT, HourFormat); in LL_RTC_SetHourFormat()
/bsp/stm32/stm32mp157a-st-discovery/board/ports/
A Ddrv_sdio.c544 hrtc.Init.HourFormat = RTC_HOURFORMAT_24; in MX_RTC_Init()

Completed in 22 milliseconds