Searched defs:h_FmRtc (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Rtc/
H A Dfm_rtc.c123 static void RtcExceptions(t_Handle h_FmRtc) argument
224 t_Error FM_RTC_Init(t_Handle h_FmRtc) argument
352 t_Error FM_RTC_Free(t_Handle h_FmRtc) argument
375 t_Error FM_RTC_ConfigSourceClock(t_Handle h_FmRtc, argument
392 t_Error FM_RTC_ConfigPeriod(t_Handle h_FmRtc, uint32_ argument
405 FM_RTC_ConfigFrequencyBypass(t_Handle h_FmRtc, bool enabled) argument
418 FM_RTC_ConfigInvertedInputClockPhase(t_Handle h_FmRtc, bool inverted) argument
431 FM_RTC_ConfigInvertedOutputClockPhase(t_Handle h_FmRtc, bool inverted) argument
444 FM_RTC_ConfigOutputClockDivisor(t_Handle h_FmRtc, uint16_t divisor) argument
457 FM_RTC_ConfigPulseRealignment(t_Handle h_FmRtc, bool enable) argument
470 FM_RTC_ConfigAlarmPolarity(t_Handle h_FmRtc, uint8_t alarmId, e_FmRtcAlarmPolarity alarmPolarity) argument
490 FM_RTC_ConfigExternalTriggerPolarity(t_Handle h_FmRtc, uint8_t triggerId, e_FmRtcTriggerPolarity triggerPolarity) argument
510 FM_RTC_Enable(t_Handle h_FmRtc, bool resetClock) argument
538 FM_RTC_Disable(t_Handle h_FmRtc) argument
555 FM_RTC_SetClockOffset(t_Handle h_FmRtc, int64_t offset) argument
570 FM_RTC_SetAlarm(t_Handle h_FmRtc, t_FmRtcAlarmParams *p_FmRtcAlarmParams) argument
614 FM_RTC_SetPeriodicPulse(t_Handle h_FmRtc, t_FmRtcPeriodicPulseParams *p_FmRtcPeriodicPulseParams) argument
658 FM_RTC_ClearPeriodicPulse(t_Handle h_FmRtc, uint8_t periodicPulseId) argument
688 FM_RTC_SetExternalTrigger(t_Handle h_FmRtc, t_FmRtcExternalTriggerParams *p_FmRtcExternalTriggerParams) argument
724 FM_RTC_ClearExternalTrigger(t_Handle h_FmRtc, uint8_t externalTriggerId) argument
755 FM_RTC_GetExternalTriggerTimeStamp(t_Handle h_FmRtc, uint8_t triggerId, uint64_t *p_TimeStamp) argument
780 FM_RTC_GetCurrentTime(t_Handle h_FmRtc, uint64_t *p_Ts) argument
800 FM_RTC_SetCurrentTime(t_Handle h_FmRtc, uint64_t ts) argument
816 FM_RTC_GetFreqCompensation(t_Handle h_FmRtc, uint32_t *p_Compensation) argument
831 FM_RTC_SetFreqCompensation(t_Handle h_FmRtc, uint32_t freqCompensation) argument
846 FM_RTC_DumpRegs(t_Handle h_FmRtc) argument
[all...]

Completed in 41 milliseconds