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.c91 UCHAR endpoint_type; in _ux_host_stack_endpoint_instance_create() local
102 endpoint_type = (endpoint -> ux_endpoint_descriptor.bmAttributes) & UX_MASK_ENDPOINT_TYPE; in _ux_host_stack_endpoint_instance_create()
103 switch (endpoint_type) in _ux_host_stack_endpoint_instance_create()
139 if ((endpoint_type == UX_INTERRUPT_ENDPOINT) || (endpoint_type == UX_ISOCHRONOUS_ENDPOINT)) in _ux_host_stack_endpoint_instance_create()
Dux_host_stack_new_endpoint_create.c92 ULONG endpoint_type; in _ux_host_stack_new_endpoint_create() local
122 endpoint_type = endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE; in _ux_host_stack_new_endpoint_create()
133 if (endpoint_type == UX_CONTROL_ENDPOINT || endpoint_type == UX_BULK_ENDPOINT) in _ux_host_stack_new_endpoint_create()
175 if ((endpoint_type == UX_ISOCHRONOUS_ENDPOINT) || in _ux_host_stack_new_endpoint_create()
Dux_host_stack_transfer_run.c99 ULONG endpoint_type; in _ux_host_stack_transfer_run() local
111 endpoint_type = endpoint -> ux_endpoint_descriptor.bmAttributes; in _ux_host_stack_transfer_run()
112 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.c82 ULONG endpoint_type; in _ux_device_class_ccid_activate() local
107 endpoint_type = endpoint -> ux_slave_endpoint_descriptor.bmAttributes; in _ux_device_class_ccid_activate()
108 endpoint_type &= UX_MASK_ENDPOINT_TYPE; in _ux_device_class_ccid_activate()
109 if (endpoint_type == UX_INTERRUPT_ENDPOINT) in _ux_device_class_ccid_activate()
113 if (endpoint_type == UX_BULK_ENDPOINT) in _ux_device_class_ccid_activate()