Lines Matching defs:h_FmRtc

123 static void RtcExceptions(t_Handle h_FmRtc)
125 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
224 t_Error FM_RTC_Init(t_Handle h_FmRtc)
226 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
352 t_Error FM_RTC_Free(t_Handle h_FmRtc)
354 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
364 FM_RTC_Disable(h_FmRtc);
375 t_Error FM_RTC_ConfigSourceClock(t_Handle h_FmRtc,
379 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
392 t_Error FM_RTC_ConfigPeriod(t_Handle h_FmRtc, uint32_t period)
394 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
405 t_Error FM_RTC_ConfigFrequencyBypass(t_Handle h_FmRtc, bool enabled)
407 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
418 t_Error FM_RTC_ConfigInvertedInputClockPhase(t_Handle h_FmRtc, bool inverted)
420 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
431 t_Error FM_RTC_ConfigInvertedOutputClockPhase(t_Handle h_FmRtc, bool inverted)
433 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
444 t_Error FM_RTC_ConfigOutputClockDivisor(t_Handle h_FmRtc, uint16_t divisor)
446 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
457 t_Error FM_RTC_ConfigPulseRealignment(t_Handle h_FmRtc, bool enable)
459 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
470 t_Error FM_RTC_ConfigAlarmPolarity(t_Handle h_FmRtc,
474 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
490 t_Error FM_RTC_ConfigExternalTriggerPolarity(t_Handle h_FmRtc,
494 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
510 t_Error FM_RTC_Enable(t_Handle h_FmRtc, bool resetClock)
512 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
538 t_Error FM_RTC_Disable(t_Handle h_FmRtc)
540 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
555 t_Error FM_RTC_SetClockOffset(t_Handle h_FmRtc, int64_t offset)
557 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
570 t_Error FM_RTC_SetAlarm(t_Handle h_FmRtc, t_FmRtcAlarmParams *p_FmRtcAlarmParams)
572 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
614 t_Error FM_RTC_SetPeriodicPulse(t_Handle h_FmRtc, t_FmRtcPeriodicPulseParams *p_FmRtcPeriodicPulseParams)
616 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
658 t_Error FM_RTC_ClearPeriodicPulse(t_Handle h_FmRtc, uint8_t periodicPulseId)
660 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
688 t_Error FM_RTC_SetExternalTrigger(t_Handle h_FmRtc, t_FmRtcExternalTriggerParams *p_FmRtcExternalTriggerParams)
690 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
724 t_Error FM_RTC_ClearExternalTrigger(t_Handle h_FmRtc, uint8_t externalTriggerId)
726 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
755 t_Error FM_RTC_GetExternalTriggerTimeStamp(t_Handle h_FmRtc,
759 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
780 t_Error FM_RTC_GetCurrentTime(t_Handle h_FmRtc, uint64_t *p_Ts)
782 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
800 t_Error FM_RTC_SetCurrentTime(t_Handle h_FmRtc, uint64_t ts)
802 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
816 t_Error FM_RTC_GetFreqCompensation(t_Handle h_FmRtc, uint32_t *p_Compensation)
818 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
831 t_Error FM_RTC_SetFreqCompensation(t_Handle h_FmRtc, uint32_t freqCompensation)
833 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
846 t_Error FM_RTC_DumpRegs(t_Handle h_FmRtc)
848 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;