source: rtems/bsps/shared/dev/rtc/README.icm7170 @ 27de4e1f

5
Last change on this file since 27de4e1f was 27de4e1f, checked in by Sebastian Huber <sebastian.huber@…>, on 04/03/18 at 05:20:11

bsps: Move libchip to bsps

This patch is a part of the BSP source reorganization.

Update #3285.

  • 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.