/* GT64260TWSI.h - header for the GT64260 Two-Wire Serial Interface */ /* TWSI Control Register Bits */ #define TWSI_ACK 4 #define TWSI_INTFLG 8 #define TWSI_STOP 0x10 #define TWSI_START 0x20 #define TWSI_TWSIEN 0x40 #define TWSI_INTEN 0x80