Home
last modified time | relevance | path

Searched refs:twi_msg (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.5.0/drivers/i2c/
Di2c_sam_twi.c53 struct twi_msg { struct
70 struct twi_msg msg; argument
158 static void write_msg_start(Twi *const twi, struct twi_msg *msg, uint8_t daddr) in write_msg_start()
170 static void read_msg_start(Twi *const twi, struct twi_msg *msg, uint8_t daddr) in read_msg_start()
255 struct twi_msg *msg = &dev_data->msg; in i2c_sam_twi_isr()