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

UX_INTERRUPT_ENDPOINT macro

Syntax

#define UX_INTERRUPT_ENDPOINT 3u

References

LocationText
ux_api.h:1079
#define UX_INTERRUPT_ENDPOINT 3u
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_hid_activate.c:116
UX_MASK_ENDPOINT_TYPE) == UX_INTERRUPT_ENDPOINT)
ux_hcd_stm32_endpoint_create.c:111
case UX_INTERRUPT_ENDPOINT:
ux_hcd_stm32_endpoint_destroy.c:108
if ((endpoint_type == UX_INTERRUPT_ENDPOINT) || (endpoint_type == UX_ISOCHRONOUS_ENDPOINT))
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:111
case UX_INTERRUPT_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_stack_endpoint_instance_create.c:139
if ((endpoint_type == UX_INTERRUPT_ENDPOINT) || (endpoint_type == UX_ISOCHRONOUS_ENDPOINT))
ux_host_stack_new_endpoint_create.c:146
if (endpoint_type == UX_INTERRUPT_ENDPOINT || endpoint_type == UX_ISOCHRONOUS_ENDPOINT)