source: rtems/c/src/libchip/rtc/icm7170_reg2.c @ 08311cc3

4.104.114.84.95
Last change on this file since 08311cc3 was 8d6e7120, checked in by Joel Sherrill <joel.sherrill@…>, on 07/29/98 at 00:01:56

New files.

  • Property mode set to 100644
File size: 678 bytes
Line 
1/*
2 *  This file contains a typical set of register access routines which may be
3 *  used with the icm7170 chip if accesses to the chip are as follows:
4 *
5 *    + registers are accessed as bytes
6 *    + registers are on 16-bit boundaries
7 *
8 *  COPYRIGHT (c) 1989-1997.
9 *  On-Line Applications Research Corporation (OAR).
10 *  Copyright assigned to U.S. Government, 1994.
11 *
12 *  The license and distribution terms for this file may be
13 *  found in the file LICENSE in this distribution or at
14 *  http://www.OARcorp.com/rtems/license.html.
15 *
16 *  $Id$
17 */
18
19#define _ICM7170_MULTIPLIER 2
20#define _ICM7170_NAME(_X) _X##_2
21#define _ICM7170_TYPE unsigned8
22
23#include "icm7170_reg.c"
24
Note: See TracBrowser for help on using the repository browser.