Searched defs:ti_i2c_desc (Results 1 – 1 of 1) sorted by relevance
595 struct ti_i2c_desc { struct596 __u8 Type; // Type of descriptor597 __u16 Size; // Size of data only not including header598 __u8 CheckSum; // Checksum (8 bit sum of data only)599 __u8 Data[0]; // Data starts here