Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_rtc_ext.h145 t_Error FM_RTC_Init(t_Handle h_FmRtc);
158 t_Error FM_RTC_Free(t_Handle h_FmRtc);
182 t_Error FM_RTC_ConfigPeriod(t_Handle h_FmRtc, uint32_t period);
197 t_Error FM_RTC_ConfigSourceClock(t_Handle h_FmRtc,
301 t_Error FM_RTC_ConfigAlarmPolarity(t_Handle h_FmRtc,
396 t_Error FM_RTC_Enable(t_Handle h_FmRtc, bool resetClock);
409 t_Error FM_RTC_Disable(t_Handle h_FmRtc);
425 t_Error FM_RTC_SetClockOffset(t_Handle h_FmRtc, int64_t offset);
529 t_Error FM_RTC_GetCurrentTime(t_Handle h_FmRtc, uint64_t *p_Ts);
543 t_Error FM_RTC_SetCurrentTime(t_Handle h_FmRtc, uint64_t ts);
[all …]
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Rtc/
H A Dfm_rtc.c192 t_Error FM_RTC_Init(t_Handle h_FmRtc) in FM_RTC_Init() argument
258 t_Error FM_RTC_Free(t_Handle h_FmRtc) in FM_RTC_Free() argument
260 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc; in FM_RTC_Free()
270 FM_RTC_Disable(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()
326 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc; in FM_RTC_ConfigInvertedInputClockPhase()
339 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc; in FM_RTC_ConfigInvertedOutputClockPhase()
668 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc; in FM_RTC_EnableInterrupt()
[all …]