source: rtems/c/src/libchip/rtc/README.m48t08 @ 6279149

4.115
Last change on this file since 6279149 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • Property mode set to 100644
File size: 641 bytes
Line 
1
2Configuration Table Use
3=======================
4
5sDeviceName
6
7   The name of this device.
8
9deviceType
10
11   This field must be RTC_M48T08.
12
13pDeviceFns
14
15   The device interface control table.  This must be m48t08_fns.
16
17deviceProbe
18
19   This is the address of the routine which probes to see if the device
20   is present.
21
22pDeviceParams
23
24    This is ignored and should be NULL.
25
26ulCtrlPort1
27
28   This field is the base address of the RTC area of the chip.  The
29   NVRAM portion of the chip is ignored.
30
31ulCtrlPort2
32
33   This field is ignored.
34
35ulDataPort
36
37   This field is ignored.
38
39
40getRegister
41setRegister
42
43   These follow standard conventions.
44
Note: See TracBrowser for help on using the repository browser.