Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_cdc_ecm_nx_packet_chain_test.c32 UCHAR *temp_buf = UX_NULL; in post_init_host() local
40 temp_buf = cdc_ecm_host->ux_host_class_cdc_ecm_receive_buffer; in post_init_host()
47 if (temp_buf) in post_init_host()
48 cdc_ecm_host -> ux_host_class_cdc_ecm_receive_buffer = temp_buf; in post_init_host()
Dusbx_ux_device_class_video_basic_tests.c836 UCHAR *temp_buf; in tx_test_thread_host_simulation_entry() local
1053 status = ux_device_class_video_read_payload_get(device_video_rx_stream, &temp_buf, &temp); in tx_test_thread_host_simulation_entry()
1062 status = ux_device_class_video_read_payload_get(device_video_rx_stream, &temp_buf, &temp); in tx_test_thread_host_simulation_entry()
1068 status = ux_device_class_video_read_payload_get(device_video_rx_stream, &temp_buf, &temp); in tx_test_thread_host_simulation_entry()
1072 UX_TEST_ASSERT(temp_buf[test_n] == (test_n + '0')); in tx_test_thread_host_simulation_entry()
1080 status = ux_device_class_video_read_payload_get(device_video_rx_stream, &temp_buf, &temp); in tx_test_thread_host_simulation_entry()
1085 UX_TEST_ASSERT(temp_buf[test_n] == (test_n + '0')); in tx_test_thread_host_simulation_entry()
1088 status = ux_device_class_video_read_payload_get(device_video_rx_stream, &temp_buf, &temp); in tx_test_thread_host_simulation_entry()
1093 UX_TEST_ASSERT(temp_buf[test_n-6] == (test_n + '0')); in tx_test_thread_host_simulation_entry()
1096 status = ux_device_class_video_read_payload_get(device_video_rx_stream, &temp_buf, &temp); in tx_test_thread_host_simulation_entry()
[all …]