Searched refs:dateBcd (Results 1 – 2 of 2) sorted by relevance
689 __STATIC_INLINE void Cy_RTC_SyncToRtcAhbDateAndTime(uint32_t timeBcd, uint32_t dateBcd);1318 __STATIC_INLINE void Cy_RTC_SyncToRtcAhbDateAndTime(uint32_t timeBcd, uint32_t dateBcd) in Cy_RTC_SyncToRtcAhbDateAndTime() argument1321 BACKUP_RTC_DATE = dateBcd; in Cy_RTC_SyncToRtcAhbDateAndTime()
62 … void ConstructTimeDate(cy_stc_rtc_config_t const *timeDate, uint32_t *timeBcd, uint32_t *dateBcd);1682 …c void ConstructTimeDate(cy_stc_rtc_config_t const *timeDate, uint32_t *timeBcd, uint32_t *dateBcd) in ConstructTimeDate() argument1733 *dateBcd = tmpDate; in ConstructTimeDate()