HAL + 0/29 examples
CodeScope will show references to RTC_FORMAT_BCD from the following samples and libraries:
Examples
STM32446E-Nucleo
Examples
RTC
STM32446E_EVAL
Examples
PWR
RTC
STM32469I_EVAL
Examples
PWR
RTC
STM324x9I_EVAL
Examples
PWR
RTC
STM324xG_EVAL
Examples
PWR
RTC
STM32F410xx-Nucleo
Examples
RTC
STM32F411RE-Nucleo
Examples
RTC
STM32F412G-Discovery
Examples
RTC
STM32F412ZG-Nucleo
Examples
RTC
STM32F413H-Discovery
Examples
RTC
STM32F413ZH-Nucleo
Examples
RTC
STM32F429ZI-Nucleo
Applications
NetXDuo
Examples
RTC
STM32F446ZE-Nucleo
Examples
RTC
 
Symbols
loading...
Files
loading...

RTC_FORMAT_BCD macro

Syntax

#define RTC_FORMAT_BCD 0x00000001U

Examples

RTC_FORMAT_BCD is referenced by 29 libraries and example projects.

References

LocationText
stm32f4xx_hal_rtc.h:303
#define RTC_FORMAT_BCD 0x00000001U
stm32f4xx_hal_rtc.h:840
#define IS_RTC_FORMAT(FORMAT) (((FORMAT) == RTC_FORMAT_BIN) || ((FORMAT) == RTC_FORMAT_BCD))