Searched defs:i2c_xec_data (Results 1 – 2 of 2) sorted by relevance
61 struct i2c_xec_data { struct62 uint32_t pending_stop;63 uint32_t error_seen;64 uint32_t timeout_seen;65 uint32_t previously_in_read;66 uint32_t speed_id;67 struct i2c_target_config *slave_cfg;68 bool slave_attached;69 bool slave_read;
98 struct i2c_xec_data { struct99 uint8_t state;100 uint8_t read_discard;101 uint8_t speed_id;102 struct i2c_target_config *target_cfg;103 bool target_attached;104 bool target_read;105 uint32_t i2c_compl;106 uint8_t i2c_ctrl;107 uint8_t i2c_addr;[all …]