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

Lines Matching refs:t_Error

145 t_Error FM_RTC_Init(t_Handle h_FmRtc);
158 t_Error FM_RTC_Free(t_Handle h_FmRtc);
182 t_Error FM_RTC_ConfigPeriod(t_Handle h_FmRtc, uint32_t period);
197 t_Error FM_RTC_ConfigSourceClock(t_Handle h_FmRtc,
218 t_Error FM_RTC_ConfigPulseRealignment(t_Handle h_FmRtc, bool enable);
238 t_Error FM_RTC_ConfigFrequencyBypass(t_Handle h_FmRtc, bool enabled);
254 t_Error FM_RTC_ConfigInvertedInputClockPhase(t_Handle h_FmRtc, bool inverted);
270 t_Error FM_RTC_ConfigInvertedOutputClockPhase(t_Handle h_FmRtc, bool inverted);
285 t_Error FM_RTC_ConfigOutputClockDivisor(t_Handle h_FmRtc, uint16_t divisor);
301 t_Error FM_RTC_ConfigAlarmPolarity(t_Handle h_FmRtc,
319 t_Error FM_RTC_ConfigExternalTriggerPolarity(t_Handle h_FmRtc,
396 t_Error FM_RTC_Enable(t_Handle h_FmRtc, bool resetClock);
409 t_Error FM_RTC_Disable(t_Handle h_FmRtc);
425 t_Error FM_RTC_SetClockOffset(t_Handle h_FmRtc, int64_t offset);
440 t_Error FM_RTC_SetAlarm(t_Handle h_FmRtc, t_FmRtcAlarmParams *p_FmRtcAlarmParams);
455 t_Error FM_RTC_SetPeriodicPulse(t_Handle h_FmRtc, t_FmRtcPeriodicPulseParams *p_FmRtcPeriodicPulseParams);
469 t_Error FM_RTC_ClearPeriodicPulse(t_Handle h_FmRtc, uint8_t periodicPulseId);
484 t_Error FM_RTC_SetExternalTrigger(t_Handle h_FmRtc, t_FmRtcExternalTriggerParams *p_FmRtcExternalTriggerParams);
498 t_Error FM_RTC_ClearExternalTrigger(t_Handle h_FmRtc, uint8_t id);
513 t_Error FM_RTC_GetExternalTriggerTimeStamp(t_Handle h_FmRtc,
529 t_Error FM_RTC_GetCurrentTime(t_Handle h_FmRtc, uint64_t *p_Ts);
543 t_Error FM_RTC_SetCurrentTime(t_Handle h_FmRtc, uint64_t ts);
557 t_Error FM_RTC_GetFreqCompensation(t_Handle h_FmRtc, uint32_t *p_Compensation);
571 t_Error FM_RTC_SetFreqCompensation(t_Handle h_FmRtc, uint32_t freqCompensation);
584 t_Error FM_RTC_EnableInterrupt(t_Handle h_FmRtc, uint32_t events);
596 t_Error FM_RTC_DisableInterrupt(t_Handle h_FmRtc, uint32_t events);
611 t_Error FM_RTC_DumpRegs(t_Handle h_FmRtc);