Searched refs:h_FmRtc (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/ncsw/inc/Peripherals/ |
H A D | fm_rtc_ext.h | 145 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, 218 t_Error FM_RTC_ConfigPulseRealignment(t_Handle h_FmRtc, bool enable); 238 t_Error FM_RTC_ConfigFrequencyBypass(t_Handle h_FmRtc, bool enabled); 254 t_Error FM_RTC_ConfigInvertedInputClockPhase(t_Handle h_FmRtc, bool inverted); 270 t_Error FM_RTC_ConfigInvertedOutputClockPhase(t_Handle h_FmRtc, bool inverted); 285 t_Error FM_RTC_ConfigOutputClockDivisor(t_Handle h_FmRtc, uint16_t divisor); 301 t_Error FM_RTC_ConfigAlarmPolarity(t_Handle h_FmRtc, [all …]
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Rtc/ |
H A D | fm_rtc.c | 92 static void RtcExceptions(t_Handle h_FmRtc) in RtcExceptions() argument 94 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc; in RtcExceptions() 192 t_Error FM_RTC_Init(t_Handle h_FmRtc) in FM_RTC_Init() argument 194 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc; in FM_RTC_Init() 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() 281 t_Error FM_RTC_ConfigSourceClock(t_Handle h_FmRtc, in FM_RTC_ConfigSourceClock() argument 285 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc; in FM_RTC_ConfigSourceClock() 298 t_Error FM_RTC_ConfigPeriod(t_Handle h_FmRtc, uint32_t period) in FM_RTC_ConfigPeriod() argument [all …]
|