source: rtems/bsps/shared/dev/rtc/icm7170_reg8.c @ 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: 609 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 64-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
13 *  http://www.rtems.org/license/LICENSE.
14 */
15
16#define _ICM7170_MULTIPLIER 8
17#define _ICM7170_NAME(_X) _X##_8
18#define _ICM7170_TYPE uint8_t
19
20#include "icm7170_reg.c"
Note: See TracBrowser for help on using the repository browser.