HAL
LL_RTC_TIME_FORMAT_AM_OR_24 is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_RTC_TIME_FORMAT_AM_OR_24

LL_RTC_TIME_FORMAT_AM_OR_24 macro

AM or 24-hour format

Syntax

#define LL_RTC_TIME_FORMAT_AM_OR_24 0x00000000U

References

LocationText
stm32f4xx_ll_rtc.h:345
#define LL_RTC_TIME_FORMAT_AM_OR_24 0x00000000U /*!< AM or 24-hour format */
stm32f4xx_ll_rtc.c:336
RTC_TimeStruct->TimeFormat = LL_RTC_TIME_FORMAT_AM_OR_24;