Searched refs:msg2 (Results 1 – 7 of 7) sorted by relevance
61 static struct rt_spi_message msg1, msg2; in fspim_test_sample() local68 msg1.next = &msg2; in fspim_test_sample()70 msg2.send_buf = RT_NULL; in fspim_test_sample()71 msg2.recv_buf = recv_from_falsh_id2; in fspim_test_sample()72 msg2.length = 5; in fspim_test_sample()73 msg2.cs_take = 0; in fspim_test_sample()74 msg2.cs_release = 1; in fspim_test_sample()75 msg2.next = RT_NULL; in fspim_test_sample()
49 struct rt_spi_message msg1,msg2,msg3,msg4; in touch_read_x_y() local63 msg1.next = &msg2; in touch_read_x_y()65 msg2.send_buf = RT_NULL; in touch_read_x_y()66 msg2.recv_buf = &readx[0]; in touch_read_x_y()67 msg2.length = 2; in touch_read_x_y()68 msg2.cs_take = 0; in touch_read_x_y()69 msg2.cs_release = 0; in touch_read_x_y()70 msg2.next = &msg3; in touch_read_x_y()
241 struct rt_spi_message msg1, msg2; in test_spi_master() local264 msg1.next = &msg2; in test_spi_master()266 msg2.send_buf = RT_NULL; in test_spi_master()267 msg2.recv_buf = buf; in test_spi_master()268 msg2.length = 2; in test_spi_master()269 msg2.cs_take = 0; in test_spi_master()270 msg2.cs_release = 1; in test_spi_master()271 msg2.next = RT_NULL; in test_spi_master()280 msg2.length = 16; in test_spi_master()
105 struct rt_spi_message msg1, msg2; in w25q_read_uid() local112 msg1.next = &msg2; in w25q_read_uid()114 msg2.send_buf = RT_NULL; in w25q_read_uid()115 msg2.recv_buf = u8UID; in w25q_read_uid()116 msg2.length = 8; in w25q_read_uid()117 msg2.cs_take = 0; in w25q_read_uid()118 msg2.cs_release = 1; in w25q_read_uid()119 msg2.next = RT_NULL; in w25q_read_uid()
208 struct rt_spi_message msg1, msg2; in test_spi() local215 msg1.next = &msg2; in test_spi()217 msg2.send_buf = RT_NULL; in test_spi()218 msg2.recv_buf = id; in test_spi()219 msg2.length = 5; in test_spi()220 msg2.cs_take = 0; in test_spi()221 msg2.cs_release = 1; in test_spi()222 msg2.next = RT_NULL; in test_spi()
314 struct rt_spi_message msg1, msg2; in spi_w25q_sample() local321 msg1.next = &msg2; in spi_w25q_sample()323 msg2.send_buf = RT_NULL; in spi_w25q_sample()324 msg2.recv_buf = id; in spi_w25q_sample()325 msg2.length = 5; in spi_w25q_sample()326 msg2.cs_take = 0; in spi_w25q_sample()327 msg2.cs_release = 1; in spi_w25q_sample()328 msg2.next = RT_NULL; in spi_w25q_sample()
476 struct rt_spi_message msg1, msg2; in spi_w25q_sample() local483 msg1.next = &msg2; in spi_w25q_sample()485 msg2.send_buf = RT_NULL; in spi_w25q_sample()486 msg2.recv_buf = id; in spi_w25q_sample()487 msg2.length = 5; in spi_w25q_sample()488 msg2.cs_take = 0; in spi_w25q_sample()489 msg2.cs_release = 1; in spi_w25q_sample()490 msg2.next = RT_NULL; in spi_w25q_sample()
Completed in 17 milliseconds