Searched defs:i2c_cc32xx_data (Results 1 – 1 of 1) sorted by relevance
71 struct i2c_cc32xx_data { struct72 struct k_sem mutex;73 struct k_sem transfer_complete;75 volatile enum i2c_cc32xx_state state;77 struct i2c_msg msg; /* Cache msg for transfer state machine */78 uint16_t slave_addr; /* Cache slave address for ISR use */397 static struct i2c_cc32xx_data i2c_cc32xx_data; variable