STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
Collaboration diagram for RTC Hour Formats:

Macros

#define RTC_HOURFORMAT_24   0x00000000U
#define RTC_HOURFORMAT_12   RTC_CR_FMT

Detailed Description

Macro Definition Documentation

◆ RTC_HOURFORMAT_12

#define RTC_HOURFORMAT_12   RTC_CR_FMT

Definition at line 237 of file stm32f4xx_hal_rtc.h.

◆ RTC_HOURFORMAT_24

#define RTC_HOURFORMAT_24   0x00000000U

Definition at line 236 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_InitTick().