Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_rtc.h689 __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() argument
1321 BACKUP_RTC_DATE = dateBcd; in Cy_RTC_SyncToRtcAhbDateAndTime()
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_rtc.c62 … 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() argument
1733 *dateBcd = tmpDate; in ConstructTimeDate()