Home
last modified time | relevance | path

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

/bsp/phytium/libraries/drivers_example/
A Dspi_sample.c61 static struct rt_spi_message msg1, msg2; in fspim_test_sample() local
68 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()
/bsp/raspberry-pi/raspi4-32/driver/touch/
A Ddrv_xpt2046.c49 struct rt_spi_message msg1,msg2,msg3,msg4; in touch_read_x_y() local
63 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()
/bsp/wch/risc-v/ch569w-evt/applications/
A Dtest.c241 struct rt_spi_message msg1, msg2; in test_spi_master() local
264 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()
/bsp/hc32/tests/
A Dtest_spi.c105 struct rt_spi_message msg1, msg2; in w25q_read_uid() local
112 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()
/bsp/raspberry-pi/raspi3-32/applications/
A Dtest_device.c208 struct rt_spi_message msg1, msg2; in test_spi() local
215 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()
/bsp/synwit/swm320-mini/applications/
A Dmain.c314 struct rt_spi_message msg1, msg2; in spi_w25q_sample() local
321 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()
/bsp/synwit/swm341-mini/applications/
A Dmain.c476 struct rt_spi_message msg1, msg2; in spi_w25q_sample() local
483 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