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

/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/Rtc/
H A Dfm_rtc.c92 static void RtcExceptions(t_Handle h_FmRtc) argument
192 t_Error FM_RTC_Init(t_Handle h_FmRtc) argument
258 t_Error FM_RTC_Free(t_Handle h_FmRtc) argument
281 t_Error FM_RTC_ConfigSourceClock(t_Handle h_FmRtc, argument
298 t_Error FM_RTC_ConfigPeriod(t_Handle h_FmRtc, uint32_ argument
311 FM_RTC_ConfigFrequencyBypass(t_Handle h_FmRtc, bool enabled) argument
324 FM_RTC_ConfigInvertedInputClockPhase(t_Handle h_FmRtc, bool inverted) argument
337 FM_RTC_ConfigInvertedOutputClockPhase(t_Handle h_FmRtc, bool inverted) argument
350 FM_RTC_ConfigOutputClockDivisor(t_Handle h_FmRtc, uint16_t divisor) argument
363 FM_RTC_ConfigPulseRealignment(t_Handle h_FmRtc, bool enable) argument
376 FM_RTC_ConfigAlarmPolarity(t_Handle h_FmRtc, uint8_t alarmId, e_FmRtcAlarmPolarity alarmPolarity) argument
395 FM_RTC_ConfigExternalTriggerPolarity(t_Handle h_FmRtc, uint8_t triggerId, e_FmRtcTriggerPolarity triggerPolarity) argument
416 FM_RTC_Enable(t_Handle h_FmRtc, bool resetClock) argument
428 FM_RTC_Disable(t_Handle h_FmRtc) argument
443 FM_RTC_SetClockOffset(t_Handle h_FmRtc, int64_t offset) argument
455 FM_RTC_SetAlarm(t_Handle h_FmRtc, t_FmRtcAlarmParams *p_FmRtcAlarmParams) argument
492 FM_RTC_SetPeriodicPulse(t_Handle h_FmRtc, t_FmRtcPeriodicPulseParams *p_FmRtcPeriodicPulseParams) argument
532 FM_RTC_ClearPeriodicPulse(t_Handle h_FmRtc, uint8_t periodicPulseId) argument
551 FM_RTC_SetExternalTrigger(t_Handle h_FmRtc, t_FmRtcExternalTriggerParams *p_FmRtcExternalTriggerParams) argument
575 FM_RTC_ClearExternalTrigger(t_Handle h_FmRtc, uint8_t externalTriggerId) argument
593 FM_RTC_GetExternalTriggerTimeStamp(t_Handle h_FmRtc, uint8_t triggerId, uint64_t *p_TimeStamp) argument
611 FM_RTC_GetCurrentTime(t_Handle h_FmRtc, uint64_t *p_Ts) argument
624 FM_RTC_SetCurrentTime(t_Handle h_FmRtc, uint64_t ts) argument
638 FM_RTC_GetFreqCompensation(t_Handle h_FmRtc, uint32_t *p_Compensation) argument
651 FM_RTC_SetFreqCompensation(t_Handle h_FmRtc, uint32_t freqCompensation) argument
666 FM_RTC_EnableInterrupt(t_Handle h_FmRtc, uint32_t events) argument
680 FM_RTC_DisableInterrupt(t_Handle h_FmRtc, uint32_t events) argument
[all...]

Completed in 115 milliseconds