Searched refs:RTC_FORMAT_BIN (Results 1 – 8 of 8) sorted by relevance
424 if(Format == RTC_FORMAT_BIN) in HAL_RTC_SetTime()568 if(Format == RTC_FORMAT_BIN) in HAL_RTC_GetTime()601 if((Format == RTC_FORMAT_BIN) && ((sDate->Month & 0x10U) == 0x10U)) in HAL_RTC_SetDate()608 if(Format == RTC_FORMAT_BIN) in HAL_RTC_SetDate()717 if(Format == RTC_FORMAT_BIN) in HAL_RTC_GetDate()772 if(Format == RTC_FORMAT_BIN) in HAL_RTC_SetAlarm()920 if(Format == RTC_FORMAT_BIN) in HAL_RTC_SetAlarm_IT()1134 if(Format == RTC_FORMAT_BIN) in HAL_RTC_GetAlarm()
323 if(Format == RTC_FORMAT_BIN) in HAL_RTCEx_GetTimeStamp()
436 if (Format == RTC_FORMAT_BIN) { in HAL_RTC_SetTime()563 if (Format == RTC_FORMAT_BIN) { in HAL_RTC_GetTime()596 if ((Format == RTC_FORMAT_BIN) && ((sDate->Month & 0x10) == 0x10)) { in HAL_RTC_SetDate()602 if (Format == RTC_FORMAT_BIN) { in HAL_RTC_SetDate()704 if (Format == RTC_FORMAT_BIN) { in HAL_RTC_GetDate()759 if (Format == RTC_FORMAT_BIN) { in HAL_RTC_SetAlarm()926 if (Format == RTC_FORMAT_BIN) { in HAL_RTC_SetAlarm_IT()1197 if (Format == RTC_FORMAT_BIN) { in HAL_RTC_GetAlarm()
404 if (Format == RTC_FORMAT_BIN) { in HAL_RTCEx_GetTimeStamp()
259 #define RTC_FORMAT_BIN 0x000000000U macro722 #define IS_RTC_FORMAT(FORMAT) (((FORMAT) == RTC_FORMAT_BIN) || ((FORMAT) == RTC_FORMAT_BCD))
248 #define RTC_FORMAT_BIN ((uint32_t)0x000000000) macro725 #define IS_RTC_FORMAT(__FORMAT__) (((__FORMAT__) == RTC_FORMAT_BIN) || ((__FORMAT__) == RTC_FORMAT_…
521 #define FORMAT_BIN RTC_FORMAT_BIN
829 #define FORMAT_BIN RTC_FORMAT_BIN
Completed in 39 milliseconds