Synopsis
typedef struct {
  unsigned current_data;
  int invalid;
} ITDB02_BUS_STATE_t;
Description

ITDB02_BUS_STATE_t holds the instance data required to run the bus.

Structure
current_data
Current data driven to the bus.
invalid
Private data that indicates validity of bus contents.