Home
last modified time | relevance | path

Searched defs:i2c_xec_data (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/i2c/
Di2c_mchp_xec.c61 struct i2c_xec_data { struct
62 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;
Di2c_mchp_xec_v2.c98 struct i2c_xec_data { struct
99 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 …]