Home
last modified time | relevance | path

Searched refs:ux_host_class_cdc_acm_bulk_out_endpoint (Results 1 – 6 of 6) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_cdc_acm_deactivate.c141 …transfer_request = &cdc_acm -> ux_host_class_cdc_acm_bulk_out_endpoint -> ux_endpoint_transfer_re… in _ux_host_class_cdc_acm_deactivate()
145 … _ux_host_stack_endpoint_transfer_abort(cdc_acm -> ux_host_class_cdc_acm_bulk_out_endpoint); in _ux_host_class_cdc_acm_deactivate()
Dux_host_class_cdc_acm_endpoints_get.c117 cdc_acm -> ux_host_class_cdc_acm_bulk_out_endpoint = endpoint; in _ux_host_class_cdc_acm_endpoints_get()
139 if (cdc_acm -> ux_host_class_cdc_acm_bulk_out_endpoint) in _ux_host_class_cdc_acm_endpoints_get()
145 if (cdc_acm -> ux_host_class_cdc_acm_bulk_out_endpoint == UX_NULL || in _ux_host_class_cdc_acm_endpoints_get()
Dux_host_class_cdc_acm_ioctl.c253 …_CLASS_CDC_ACM_IOCTL_ABORT_OUT_PIPE, cdc_acm, cdc_acm -> ux_host_class_cdc_acm_bulk_out_endpoint, … in _ux_host_class_cdc_acm_ioctl()
256 _ux_host_stack_endpoint_transfer_abort(cdc_acm -> ux_host_class_cdc_acm_bulk_out_endpoint); in _ux_host_class_cdc_acm_ioctl()
315 transfer = &cdc_acm -> ux_host_class_cdc_acm_bulk_out_endpoint -> in _ux_host_class_cdc_acm_ioctl()
Dux_host_class_cdc_acm_write_with_callback.c139 …transfer_request = &cdc_acm -> ux_host_class_cdc_acm_bulk_out_endpoint -> ux_endpoint_transfer_re… in _ux_host_class_cdc_acm_write_with_callback()
Dux_host_class_cdc_acm_write.c136 …transfer_request = &cdc_acm -> ux_host_class_cdc_acm_bulk_out_endpoint -> ux_endpoint_transfer_re… in _ux_host_class_cdc_acm_write()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_cdc_acm.h223 UX_ENDPOINT *ux_host_class_cdc_acm_bulk_out_endpoint; member