UX_MASK_ENDPOINT_TYPE is only used within usbx.
 
Symbols
loading...
Files
loading...

UX_MASK_ENDPOINT_TYPE macro

Syntax

#define UX_MASK_ENDPOINT_TYPE 3u

References

LocationText
ux_api.h:1075
#define UX_MASK_ENDPOINT_TYPE 3u
ux_dcd_stm32_endpoint_create.c:118
ux_device_class_cdc_ecm_activate.c:121
if ((endpoint -> ux_slave_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT)
ux_device_class_cdc_ecm_activate.c:176
if ((endpoint -> ux_slave_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_BULK_ENDPOINT)
ux_device_class_cdc_ecm_activate.c:185
if ((endpoint -> ux_slave_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_BULK_ENDPOINT)
ux_device_class_cdc_ecm_change.c:118
if ((endpoint -> ux_slave_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_BULK_ENDPOINT)
ux_device_class_cdc_ecm_change.c:127
if ((endpoint -> ux_slave_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_BULK_ENDPOINT)
ux_device_class_hid_activate.c:116
UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT)
ux_device_stack_endpoint_stall.c:110
if ((endpoint -> ux_slave_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) !=
ux_device_stack_transfer_request.c:149
if ((endpoint -> ux_slave_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) != UX_CONTROL_ENDPOINT)
ux_hcd_stm32_callback.c:250
if ((((ed->ux_stm32_ed_endpoint -> ux_endpoint_descriptor.bmAttributes) & UX_MASK_ENDPOINT_TYPE) != UX_CONTROL_ENDPOINT) &&
ux_hcd_stm32_callback.c:259
if ((((ed -> ux_stm32_ed_endpoint -> ux_endpoint_descriptor.bmAttributes) & UX_MASK_ENDPOINT_TYPE) == UX_BULK_ENDPOINT ||
ux_hcd_stm32_callback.c:260
ux_hcd_stm32_callback.c:316
ux_hcd_stm32_endpoint_create.c:103
switch ((endpoint -> ux_endpoint_descriptor.bmAttributes) & UX_MASK_ENDPOINT_TYPE)
ux_hcd_stm32_endpoint_destroy.c:105
endpoint_type = (endpoint -> ux_endpoint_descriptor.bmAttributes) & UX_MASK_ENDPOINT_TYPE;
ux_hcd_stm32_periodic_schedule.c:108
(ep_bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT ? EP_TYPE_INTR : EP_TYPE_ISOC,
ux_hcd_stm32_request_transfer.c:97
switch ((endpoint -> ux_endpoint_descriptor.bmAttributes) & UX_MASK_ENDPOINT_TYPE)
ux_host_class_cdc_acm_endpoints_get.c:104
((endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_BULK_ENDPOINT))
ux_host_class_cdc_acm_endpoints_get.c:123
((endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_BULK_ENDPOINT))
ux_host_class_cdc_acm_endpoints_get.c:167
((endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT))
ux_host_class_hid_interrupt_endpoint_search.c:97
((endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT))
ux_host_class_storage_endpoints_get.c:98
((endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_BULK_ENDPOINT))
ux_host_class_storage_endpoints_get.c:134
((endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE) == UX_BULK_ENDPOINT))
ux_host_stack_bandwidth_check.c:134
packet_size += overheads[endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE][device -> ux_device_speed];
ux_host_stack_bandwidth_claim.c:133
packet_size += overheads[endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE][device -> ux_device_speed];
ux_host_stack_bandwidth_release.c:132
packet_size += overheads[endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE][device -> ux_device_speed];
ux_host_stack_endpoint_instance_create.c:102
endpoint_type = (endpoint -> ux_endpoint_descriptor.bmAttributes) & UX_MASK_ENDPOINT_TYPE;
ux_host_stack_endpoint_instance_delete.c:107
switch ((endpoint -> ux_endpoint_descriptor.bmAttributes) & UX_MASK_ENDPOINT_TYPE)
ux_host_stack_new_endpoint_create.c:118
endpoint_type = endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE;