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

UX_BULK_ENDPOINT macro

Syntax

#define UX_BULK_ENDPOINT 2u

References

LocationText
ux_api.h:1078
#define UX_BULK_ENDPOINT 2u
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_hcd_stm32_callback.c:259
ux_hcd_stm32_callback.c:316
ux_hcd_stm32_endpoint_create.c:108
case UX_BULK_ENDPOINT:
ux_hcd_stm32_request_transfer.c:106
case UX_BULK_ENDPOINT:
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_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_endpoint_instance_create.c:107
case UX_BULK_ENDPOINT:
ux_host_stack_endpoint_instance_delete.c:111
case UX_BULK_ENDPOINT:
ux_host_stack_new_endpoint_create.c:129
if (endpoint_type == UX_CONTROL_ENDPOINT || endpoint_type == UX_BULK_ENDPOINT)