Searched refs:cdc_acm_reception_buffer (Results 1 – 4 of 4) sorted by relevance
| /USBX-v6.2.1/test/regression/ |
| D | usbx_cdc_acm_basic_test.c | 70 static UCHAR cdc_acm_reception_buffer[UX_DEMO_RECEPTION_BUFFER_SIZE]; variable 1195 cdc_acm_reception.ux_host_class_cdc_acm_reception_data_buffer = cdc_acm_reception_buffer; in tx_test_thread_host_simulation_entry() 1770 … 0, cdc_acm_reception_buffer, UX_HOST_CLASS_CDC_ACM_LINE_CODING_LENGTH + 1, in tx_test_thread_host_simulation_entry() 1795 … 0, cdc_acm_reception_buffer, UX_HOST_CLASS_CDC_ACM_LINE_CODING_LENGTH + 1); in tx_test_thread_host_simulation_entry() 1810 … 0, cdc_acm_reception_buffer, UX_HOST_CLASS_CDC_ACM_LINE_CODING_LENGTH); in tx_test_thread_host_simulation_entry() 2234 …status = ux_host_class_cdc_acm_read(cdc_acm_host_data, cdc_acm_reception_buffer, 64, &actual_lengt… in tx_test_thread_host_simulation_entry() 2254 …status = ux_host_class_cdc_acm_read(cdc_acm_host_data, cdc_acm_reception_buffer, 2, &actual_length… in tx_test_thread_host_simulation_entry() 2272 …status = ux_host_class_cdc_acm_read(cdc_acm_host_data, cdc_acm_reception_buffer, 64, &actual_lengt… in tx_test_thread_host_simulation_entry() 2290 …status = ux_host_class_cdc_acm_read(cdc_acm_host_data, cdc_acm_reception_buffer, UX_DEMO_RECEPTION… in tx_test_thread_host_simulation_entry()
|
| D | usbx_cdc_acm_device_dtr_rts_reset_on_disconnect_test.c | 48 static UCHAR cdc_acm_reception_buffer[UX_DEMO_RECEPTION_BUFFER_SIZE]; variable
|
| D | usbx_ux_host_basic_memory_tests.c | 57 UCHAR cdc_acm_reception_buffer[UX_DEMO_RECEPTION_BUFFER_SIZE]; variable
|
| D | usbx_ux_host_device_basic_tests.c | 55 UCHAR cdc_acm_reception_buffer[UX_DEMO_RECEPTION_BUFFER_SIZE]; variable
|