Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/i2c/
Di2c_cc32xx.c71 struct i2c_cc32xx_data { struct
72 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