• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/Rtc/

Lines Matching defs:h_FmRtc

92 static void RtcExceptions(t_Handle h_FmRtc)
94 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
192 t_Error FM_RTC_Init(t_Handle h_FmRtc)
194 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
258 t_Error FM_RTC_Free(t_Handle h_FmRtc)
260 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
270 FM_RTC_Disable(h_FmRtc);
281 t_Error FM_RTC_ConfigSourceClock(t_Handle h_FmRtc,
285 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
298 t_Error FM_RTC_ConfigPeriod(t_Handle h_FmRtc, uint32_t period)
300 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
311 t_Error FM_RTC_ConfigFrequencyBypass(t_Handle h_FmRtc, bool enabled)
313 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
324 t_Error FM_RTC_ConfigInvertedInputClockPhase(t_Handle h_FmRtc, bool inverted)
326 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
337 t_Error FM_RTC_ConfigInvertedOutputClockPhase(t_Handle h_FmRtc, bool inverted)
339 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
350 t_Error FM_RTC_ConfigOutputClockDivisor(t_Handle h_FmRtc, uint16_t divisor)
352 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
363 t_Error FM_RTC_ConfigPulseRealignment(t_Handle h_FmRtc, bool enable)
365 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
376 t_Error FM_RTC_ConfigAlarmPolarity(t_Handle h_FmRtc,
380 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
395 t_Error FM_RTC_ConfigExternalTriggerPolarity(t_Handle h_FmRtc,
399 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
416 t_Error FM_RTC_Enable(t_Handle h_FmRtc, bool resetClock)
418 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
428 t_Error FM_RTC_Disable(t_Handle h_FmRtc)
430 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
443 t_Error FM_RTC_SetClockOffset(t_Handle h_FmRtc, int64_t offset)
445 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
455 t_Error FM_RTC_SetAlarm(t_Handle h_FmRtc, t_FmRtcAlarmParams *p_FmRtcAlarmParams)
457 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
492 t_Error FM_RTC_SetPeriodicPulse(t_Handle h_FmRtc, t_FmRtcPeriodicPulseParams *p_FmRtcPeriodicPulseParams)
494 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
532 t_Error FM_RTC_ClearPeriodicPulse(t_Handle h_FmRtc, uint8_t periodicPulseId)
534 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
551 t_Error FM_RTC_SetExternalTrigger(t_Handle h_FmRtc, t_FmRtcExternalTriggerParams *p_FmRtcExternalTriggerParams)
553 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
575 t_Error FM_RTC_ClearExternalTrigger(t_Handle h_FmRtc, uint8_t externalTriggerId)
577 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
593 t_Error FM_RTC_GetExternalTriggerTimeStamp(t_Handle h_FmRtc,
597 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
611 t_Error FM_RTC_GetCurrentTime(t_Handle h_FmRtc, uint64_t *p_Ts)
613 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
624 t_Error FM_RTC_SetCurrentTime(t_Handle h_FmRtc, uint64_t ts)
626 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
638 t_Error FM_RTC_GetFreqCompensation(t_Handle h_FmRtc, uint32_t *p_Compensation)
640 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
651 t_Error FM_RTC_SetFreqCompensation(t_Handle h_FmRtc, uint32_t freqCompensation)
653 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
666 t_Error FM_RTC_EnableInterrupt(t_Handle h_FmRtc, uint32_t events)
668 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;
680 t_Error FM_RTC_DisableInterrupt(t_Handle h_FmRtc, uint32_t events)
682 t_FmRtc *p_Rtc = (t_FmRtc *)h_FmRtc;