source: rtems/c/src/lib/libbsp/powerpc/mvme5500/GT64260/GT64260TWSI.h @ 7be6ad9

4.104.114.84.95
Last change on this file since 7be6ad9 was 7be6ad9, checked in by Eric Norum <WENorum@…>, on 10/20/04 at 15:21:05

Add MVME550 BSP

  • Property mode set to 100644
File size: 269 bytes
RevLine 
[7be6ad9]1/* GT64260TWSI.h -  header for the GT64260 Two-Wire Serial Interface */
2
3/* TWSI Control Register Bits */
4#define TWSI_ACK           4
5#define TWSI_INTFLG        8
6#define TWSI_STOP       0x10
7#define TWSI_START      0x20
8#define TWSI_TWSIEN     0x40
9#define TWSI_INTEN      0x80
Note: See TracBrowser for help on using the repository browser.