source: rtems/c/src/libchip/rtc/README.icm7170 @ 602e395

4.115
Last change on this file since 602e395 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: 741 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_ICM7170.
12
13pDeviceFns
14
15   The device interface control table.  This must be icm7170_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 field specifies the clock frequency.  It may be one of the
25    following:
26        ICM7170_AT_32_KHZ
27        ICM7170_AT_1_MHZ
28        ICM7170_AT_2_MHZ
29        ICM7170_AT_4_MHZ
30
31ulCtrlPort1
32
33   This field is the base address of the RTC area of the chip.
34
35ulCtrlPort2
36
37   This field is ignored.
38
39ulDataPort
40
41   This field is ignored.
42
43
44getRegister
45setRegister
46
47   These follow standard conventions.
48
Note: See TracBrowser for help on using the repository browser.