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

Lines Matching refs:t_Error

55 static t_Error CheckInitParameters(t_FmRtc *p_Rtc)
192 t_Error FM_RTC_Init(t_Handle h_FmRtc)
258 t_Error FM_RTC_Free(t_Handle h_FmRtc)
281 t_Error FM_RTC_ConfigSourceClock(t_Handle h_FmRtc,
298 t_Error FM_RTC_ConfigPeriod(t_Handle h_FmRtc, uint32_t period)
311 t_Error FM_RTC_ConfigFrequencyBypass(t_Handle h_FmRtc, bool enabled)
324 t_Error FM_RTC_ConfigInvertedInputClockPhase(t_Handle h_FmRtc, bool inverted)
337 t_Error FM_RTC_ConfigInvertedOutputClockPhase(t_Handle h_FmRtc, bool inverted)
350 t_Error FM_RTC_ConfigOutputClockDivisor(t_Handle h_FmRtc, uint16_t divisor)
363 t_Error FM_RTC_ConfigPulseRealignment(t_Handle h_FmRtc, bool enable)
376 t_Error FM_RTC_ConfigAlarmPolarity(t_Handle h_FmRtc,
395 t_Error FM_RTC_ConfigExternalTriggerPolarity(t_Handle h_FmRtc,
416 t_Error FM_RTC_Enable(t_Handle h_FmRtc, bool resetClock)
428 t_Error FM_RTC_Disable(t_Handle h_FmRtc)
443 t_Error FM_RTC_SetClockOffset(t_Handle h_FmRtc, int64_t offset)
455 t_Error FM_RTC_SetAlarm(t_Handle h_FmRtc, t_FmRtcAlarmParams *p_FmRtcAlarmParams)
492 t_Error FM_RTC_SetPeriodicPulse(t_Handle h_FmRtc, t_FmRtcPeriodicPulseParams *p_FmRtcPeriodicPulseParams)
532 t_Error FM_RTC_ClearPeriodicPulse(t_Handle h_FmRtc, uint8_t periodicPulseId)
551 t_Error FM_RTC_SetExternalTrigger(t_Handle h_FmRtc, t_FmRtcExternalTriggerParams *p_FmRtcExternalTriggerParams)
575 t_Error FM_RTC_ClearExternalTrigger(t_Handle h_FmRtc, uint8_t externalTriggerId)
593 t_Error FM_RTC_GetExternalTriggerTimeStamp(t_Handle h_FmRtc,
611 t_Error FM_RTC_GetCurrentTime(t_Handle h_FmRtc, uint64_t *p_Ts)
624 t_Error FM_RTC_SetCurrentTime(t_Handle h_FmRtc, uint64_t ts)
638 t_Error FM_RTC_GetFreqCompensation(t_Handle h_FmRtc, uint32_t *p_Compensation)
651 t_Error FM_RTC_SetFreqCompensation(t_Handle h_FmRtc, uint32_t freqCompensation)
666 t_Error FM_RTC_EnableInterrupt(t_Handle h_FmRtc, uint32_t events)
680 t_Error FM_RTC_DisableInterrupt(t_Handle h_FmRtc, uint32_t events)