Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Rtc/
H A Dfm_rtc.c55 static t_Error CheckInitParameters(t_FmRtc *p_Rtc) in CheckInitParameters()
94 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc; in RtcExceptions()
148 t_FmRtc *p_Rtc; in FM_RTC_Config()
153 p_Rtc = (t_FmRtc *)XX_Malloc(sizeof(t_FmRtc)); in FM_RTC_Config()
160 memset(p_Rtc, 0, sizeof(t_FmRtc)); in FM_RTC_Config()
194 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc; in FM_RTC_Init()
260 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc; in FM_RTC_Free()
285 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc; in FM_RTC_ConfigSourceClock()
300 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc; in FM_RTC_ConfigPeriod()
313 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc; in FM_RTC_ConfigFrequencyBypass()
[all …]
H A Dfm_rtc.h80 typedef struct t_FmRtc struct
93 } t_FmRtc; argument