summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libchip/rtc/README.m48t08
blob: d792d7957e1364e26c7695fae981e4ede9e68cfc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#
#  $Id$
#


Configuration Table Use
=======================

sDeviceName

   The name of this device.

deviceType

   This field must be RTC_M48T08.

pDeviceFns

   The device interface control table.  This must be m48t08_fns.

deviceProbe

   This is the address of the routine which probes to see if the device
   is present.

pDeviceParams

    This is ignored and should be NULL.

ulCtrlPort1

   This field is the base address of the RTC area of the chip.  The
   NVRAM portion of the chip is ignored.

ulCtrlPort2

   This field is ignored.

ulDataPort

   This field is ignored.


getRegister
setRegister

   These follow standard conventions.