Home
last modified time | relevance | path

Searched refs:RTC_Format_BCD (Results 1 – 2 of 2) sorted by relevance

/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_rtc.h594 #define RTC_Format_BCD ((uint32_t)0x000000001) macro
595 #define IS_RTC_FORMAT(FORMAT) (((FORMAT) == RTC_Format_BIN) || ((FORMAT) == RTC_Format_BCD))
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_rtc.h620 #define RTC_Format_BCD ((uint32_t)0x000000001) macro
621 #define IS_RTC_FORMAT(FORMAT) (((FORMAT) == RTC_Format_BIN) || ((FORMAT) == RTC_Format_BCD))

Completed in 7 milliseconds