Searched defs:adb_event_s (Results 1 – 2 of 2) sorted by relevance
57 typedef struct adb_event_s { struct58 int addr; /* device address */59 int hand_id; /* handler id */60 int def_addr; /* default address */61 int byte_count; /* number of bytes */62 unsigned char bytes[8]; /* bytes from register 0 */63 struct timeval timestamp; /* time event was acquired */64 union {73 } u; /* courtesy interpretation */
58 typedef struct adb_event_s { struct59 int addr; /* device address */60 int hand_id; /* handler id */61 int def_addr; /* default address */62 int byte_count; /* number of bytes */63 unsigned char bytes[8]; /* bytes from register 0 */64 struct timeval timestamp; /* time event was acquired */65 union {74 } u; /* courtesy interpretation */