Home
last modified time | relevance | path

Searched refs:MXC_RTC_RevA_GetSeconds (Results 1 – 14 of 14) sorted by relevance

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/RTC/
Drtc_me16.c116 return MXC_RTC_RevA_GetSeconds((mxc_rtc_reva_regs_t *)MXC_RTC, sec); in MXC_RTC_GetSeconds()
Drtc_reva.h63 int MXC_RTC_RevA_GetSeconds(mxc_rtc_reva_regs_t *rtc, uint32_t *sec);
Drtc_me10.c136 return MXC_RTC_RevA_GetSeconds((mxc_rtc_reva_regs_t *)MXC_RTC, sec); in MXC_RTC_GetSeconds()
Drtc_me11.c136 return MXC_RTC_RevA_GetSeconds((mxc_rtc_reva_regs_t *)MXC_RTC, sec); in MXC_RTC_GetSeconds()
Drtc_me12.c118 return MXC_RTC_RevA_GetSeconds((mxc_rtc_reva_regs_t *)MXC_RTC, sec); in MXC_RTC_GetSeconds()
Drtc_me55.c124 return MXC_RTC_RevA_GetSeconds((mxc_rtc_reva_regs_t *)MXC_RTC, sec); in MXC_RTC_GetSeconds()
Drtc_me15.c142 return MXC_RTC_RevA_GetSeconds((mxc_rtc_reva_regs_t *)MXC_RTC, sec); in MXC_RTC_GetSeconds()
Drtc_me18.c124 return MXC_RTC_RevA_GetSeconds((mxc_rtc_reva_regs_t *)MXC_RTC, sec); in MXC_RTC_GetSeconds()
Drtc_me21.c130 return MXC_RTC_RevA_GetSeconds((mxc_rtc_reva_regs_t *)MXC_RTC, sec); in MXC_RTC_GetSeconds()
Drtc_me13.c130 return MXC_RTC_RevA_GetSeconds((mxc_rtc_reva_regs_t *)MXC_RTC, sec); in MXC_RTC_GetSeconds()
Drtc_me14.c127 return MXC_RTC_RevA_GetSeconds((mxc_rtc_reva_regs_t *)MXC_RTC, sec); in MXC_RTC_GetSeconds()
Drtc_ai87.c131 return MXC_RTC_RevA_GetSeconds((mxc_rtc_reva_regs_t *)MXC_RTC, sec); in MXC_RTC_GetSeconds()
Drtc_me17.c142 return MXC_RTC_RevA_GetSeconds((mxc_rtc_reva_regs_t *)MXC_RTC, sec); in MXC_RTC_GetSeconds()
Drtc_reva.c327 int MXC_RTC_RevA_GetSeconds(mxc_rtc_reva_regs_t *rtc, uint32_t *sec) in MXC_RTC_RevA_GetSeconds() function