Searched refs:msg3 (Results 1 – 1 of 1) sorted by relevance
49 struct rt_spi_message msg1,msg2,msg3,msg4; in touch_read_x_y() local70 msg2.next = &msg3; in touch_read_x_y()72 msg3.send_buf = &read_y_id; in touch_read_x_y()73 msg3.recv_buf = RT_NULL; in touch_read_x_y()74 msg3.length = 1; in touch_read_x_y()75 msg3.cs_take = 0; in touch_read_x_y()76 msg3.cs_release = 0; in touch_read_x_y()77 msg3.next = &msg4; in touch_read_x_y()
Completed in 3 milliseconds