Home
last modified time | relevance | path

Searched refs:endpoint_type (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_endpoint_instance_create.c90 UCHAR endpoint_type; in _ux_host_stack_endpoint_instance_create() local
101 endpoint_type = (endpoint -> ux_endpoint_descriptor.bmAttributes) & UX_MASK_ENDPOINT_TYPE; in _ux_host_stack_endpoint_instance_create()
102 switch (endpoint_type) in _ux_host_stack_endpoint_instance_create()
138 if ((endpoint_type == UX_INTERRUPT_ENDPOINT) || (endpoint_type == UX_ISOCHRONOUS_ENDPOINT)) in _ux_host_stack_endpoint_instance_create()
Dux_host_stack_new_endpoint_create.c91 ULONG endpoint_type; in _ux_host_stack_new_endpoint_create() local
121 endpoint_type = endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE; in _ux_host_stack_new_endpoint_create()
132 if (endpoint_type == UX_CONTROL_ENDPOINT || endpoint_type == UX_BULK_ENDPOINT) in _ux_host_stack_new_endpoint_create()
174 if ((endpoint_type == UX_ISOCHRONOUS_ENDPOINT) || in _ux_host_stack_new_endpoint_create()
Dux_host_stack_transfer_run.c98 ULONG endpoint_type; in _ux_host_stack_transfer_run() local
110 endpoint_type = endpoint -> ux_endpoint_descriptor.bmAttributes; in _ux_host_stack_transfer_run()
111 endpoint_type &= UX_MASK_ENDPOINT_TYPE; in _ux_host_stack_transfer_run()
/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_ccid_activate.c85 ULONG endpoint_type; in _ux_device_class_ccid_activate() local
110 endpoint_type = endpoint -> ux_slave_endpoint_descriptor.bmAttributes; in _ux_device_class_ccid_activate()
111 endpoint_type &= UX_MASK_ENDPOINT_TYPE; in _ux_device_class_ccid_activate()
112 if (endpoint_type == UX_INTERRUPT_ENDPOINT) in _ux_device_class_ccid_activate()
121 if (endpoint_type == UX_BULK_ENDPOINT) in _ux_device_class_ccid_activate()