_NUTRTC Struct Reference


Detailed Description

RTC device structure.

Definition at line 75 of file rtc.h.


Data Fields

int(* rtc_init )(void)
int(* rtc_gettime )(struct _tm *)
int(* rtc_settime )(CONST struct _tm *)
int(* rtc_getalarm )(int idx, struct _tm *, int *)
int(* rtc_setalarm )(int idx, CONST struct _tm *, int)
int(* rtc_getstatus )(u_long *)
int(* rtc_clrstatus )(u_long)

Field Documentation

int(* _NUTRTC::rtc_init)(void)

Referenced by NutRegisterRtc().

int(* _NUTRTC::rtc_gettime)(struct _tm *)

Referenced by NutRtcGetTime().

int(* _NUTRTC::rtc_settime)(CONST struct _tm *)

Referenced by NutRtcSetTime().

int(* _NUTRTC::rtc_getalarm)(int idx, struct _tm *, int *)

Referenced by NutRtcGetAlarm().

int(* _NUTRTC::rtc_setalarm)(int idx, CONST struct _tm *, int)

Referenced by NutRtcSetAlarm().

int(* _NUTRTC::rtc_getstatus)(u_long *)

Referenced by NutRtcGetStatus().

int(* _NUTRTC::rtc_clrstatus)(u_long)

Referenced by NutRtcClearStatus().


The documentation for this struct was generated from the following file:
© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/