Home
last modified time | relevance | path

Searched refs:cdc_acm_reception (Results 1 – 8 of 8) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_cdc_acm_reception_callback.c77 UX_HOST_CLASS_CDC_ACM_RECEPTION *cdc_acm_reception; in _ux_host_class_cdc_acm_reception_callback() local
83 cdc_acm_reception = cdc_acm -> ux_host_class_cdc_acm_reception; in _ux_host_class_cdc_acm_reception_callback()
90cdc_acm_reception -> ux_host_class_cdc_acm_reception_state = UX_HOST_CLASS_CDC_ACM_RECEPTION_STAT… in _ux_host_class_cdc_acm_reception_callback()
98 …if (cdc_acm_reception -> ux_host_class_cdc_acm_reception_data_head + cdc_acm_reception -> ux_host_… in _ux_host_class_cdc_acm_reception_callback()
99cdc_acm_reception -> ux_host_class_cdc_acm_reception_data_buffer + cdc_acm_reception -> ux_host_cl… in _ux_host_class_cdc_acm_reception_callback()
102cdc_acm_reception -> ux_host_class_cdc_acm_reception_data_head = cdc_acm_reception -> ux_host_cla… in _ux_host_class_cdc_acm_reception_callback()
107cdc_acm_reception -> ux_host_class_cdc_acm_reception_data_head += cdc_acm_reception -> ux_host_cl… in _ux_host_class_cdc_acm_reception_callback()
110 …if (cdc_acm_reception -> ux_host_class_cdc_acm_reception_data_tail == cdc_acm_reception -> ux_hos… in _ux_host_class_cdc_acm_reception_callback()
120cdc_acm_reception -> ux_host_class_cdc_acm_reception_callback(cdc_acm, UX_BUFFER_OVERFLOW, UX_NULL… in _ux_host_class_cdc_acm_reception_callback()
123cdc_acm_reception -> ux_host_class_cdc_acm_reception_state = UX_HOST_CLASS_CDC_ACM_RECEPTION_STAT… in _ux_host_class_cdc_acm_reception_callback()
[all …]
Dux_host_class_cdc_acm_reception_start.c77 UX_HOST_CLASS_CDC_ACM_RECEPTION *cdc_acm_reception) in _ux_host_class_cdc_acm_reception_start() argument
114cdc_acm_reception -> ux_host_class_cdc_acm_reception_data_head = cdc_acm_reception -> ux_host_cla… in _ux_host_class_cdc_acm_reception_start()
115cdc_acm_reception -> ux_host_class_cdc_acm_reception_data_tail = cdc_acm_reception -> ux_host_cla… in _ux_host_class_cdc_acm_reception_start()
122 …transfer_request -> ux_transfer_request_data_pointer = cdc_acm_reception -> ux_host_class_… in _ux_host_class_cdc_acm_reception_start()
123 …transfer_request -> ux_transfer_request_requested_length = cdc_acm_reception -> ux_host_class_… in _ux_host_class_cdc_acm_reception_start()
127 cdc_acm -> ux_host_class_cdc_acm_reception = cdc_acm_reception; in _ux_host_class_cdc_acm_reception_start()
130cdc_acm_reception -> ux_host_class_cdc_acm_reception_state = UX_HOST_CLASS_CDC_ACM_RECEPTION_STAT… in _ux_host_class_cdc_acm_reception_start()
139cdc_acm_reception -> ux_host_class_cdc_acm_reception_state = UX_HOST_CLASS_CDC_ACM_RECEPTION_STAT… in _ux_host_class_cdc_acm_reception_start()
185 UX_HOST_CLASS_CDC_ACM_RECEPTION *cdc_acm_reception) in _uxe_host_class_cdc_acm_reception_start() argument
189 if ((cdc_acm == UX_NULL) || (cdc_acm_reception == UX_NULL)) in _uxe_host_class_cdc_acm_reception_start()
[all …]
Dux_host_class_cdc_acm_reception_stop.c79 UX_HOST_CLASS_CDC_ACM_RECEPTION *cdc_acm_reception) in _ux_host_class_cdc_acm_reception_stop() argument
115 …if (cdc_acm_reception -> ux_host_class_cdc_acm_reception_state == UX_HOST_CLASS_CDC_ACM_RECEPTION… in _ux_host_class_cdc_acm_reception_stop()
122cdc_acm_reception -> ux_host_class_cdc_acm_reception_state = UX_HOST_CLASS_CDC_ACM_RECEPTION_STAT… in _ux_host_class_cdc_acm_reception_stop()
182 UX_HOST_CLASS_CDC_ACM_RECEPTION *cdc_acm_reception) in _uxe_host_class_cdc_acm_reception_stop() argument
186 if ((cdc_acm == UX_NULL) || (cdc_acm_reception == UX_NULL)) in _uxe_host_class_cdc_acm_reception_stop()
190 return(_ux_host_class_cdc_acm_reception_stop(cdc_acm, cdc_acm_reception)); in _uxe_host_class_cdc_acm_reception_stop()
/USBX-v6.2.1/test/regression/
Dusbx_cdc_acm_basic_test.c72 static UX_HOST_CLASS_CDC_ACM_RECEPTION cdc_acm_reception; variable
1194 cdc_acm_reception.ux_host_class_cdc_acm_reception_block_size = UX_DEMO_RECEPTION_BLOCK_SIZE; in tx_test_thread_host_simulation_entry()
1195 cdc_acm_reception.ux_host_class_cdc_acm_reception_data_buffer = cdc_acm_reception_buffer; in tx_test_thread_host_simulation_entry()
1196cdc_acm_reception.ux_host_class_cdc_acm_reception_data_buffer_size = UX_DEMO_RECEPTION_BUFFER_SIZE; in tx_test_thread_host_simulation_entry()
1197cdc_acm_reception.ux_host_class_cdc_acm_reception_callback = test_thread_host_reception_callback; in tx_test_thread_host_simulation_entry()
1211 status = ux_host_class_cdc_acm_reception_start(cdc_acm_host_data_bak, &cdc_acm_reception); in tx_test_thread_host_simulation_entry()
1222 status = ux_host_class_cdc_acm_reception_stop(cdc_acm_host_data_bak, &cdc_acm_reception); in tx_test_thread_host_simulation_entry()
1252 status = ux_host_class_cdc_acm_reception_start(cdc_acm_host_control, &cdc_acm_reception); in tx_test_thread_host_simulation_entry()
1263 status = ux_host_class_cdc_acm_reception_start(cdc_acm_host_data, &cdc_acm_reception); in tx_test_thread_host_simulation_entry()
1264 status |= ux_host_class_cdc_acm_reception_stop(cdc_acm_host_data, &cdc_acm_reception); in tx_test_thread_host_simulation_entry()
[all …]
Dusbx_cdc_acm_device_dtr_rts_reset_on_disconnect_test.c50 static UX_HOST_CLASS_CDC_ACM_RECEPTION cdc_acm_reception; variable
Dusbx_ux_host_basic_memory_tests.c59 UX_HOST_CLASS_CDC_ACM_RECEPTION cdc_acm_reception; variable
Dusbx_ux_host_device_basic_tests.c57 UX_HOST_CLASS_CDC_ACM_RECEPTION cdc_acm_reception; variable
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_cdc_acm.h368 UX_HOST_CLASS_CDC_ACM_RECEPTION *cdc_acm_reception);
370 UX_HOST_CLASS_CDC_ACM_RECEPTION *cdc_acm_reception);
388 UX_HOST_CLASS_CDC_ACM_RECEPTION *cdc_acm_reception);
390 UX_HOST_CLASS_CDC_ACM_RECEPTION *cdc_acm_reception);