source: rtems/c/src/libchip/rtc/icm7170_reg2.c @ d0e2fa3

4.104.115
Last change on this file since d0e2fa3 was a3d3d9a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/20/04 at 10:43:39

Remove stray white spaces.

  • Property mode set to 100644
File size: 621 bytes
RevLine 
[8d6e7120]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 *
11 *  The license and distribution terms for this file may be
12 *  found in the file LICENSE in this distribution or at
[94365d9]13 *  http://www.rtems.com/license/LICENSE.
[8d6e7120]14 *
15 *  $Id$
16 */
17
18#define _ICM7170_MULTIPLIER 2
19#define _ICM7170_NAME(_X) _X##_2
[a3d3d9a]20#define _ICM7170_TYPE uint8_t
[8d6e7120]21
22#include "icm7170_reg.c"
Note: See TracBrowser for help on using the repository browser.