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

UX_ISOCHRONOUS_ENDPOINT macro

Syntax

#define UX_ISOCHRONOUS_ENDPOINT 1u

References

LocationText
ux_api.h:1077
#define UX_ISOCHRONOUS_ENDPOINT 1u
ux_hcd_stm32_endpoint_create.c:114
case UX_ISOCHRONOUS_ENDPOINT:
ux_hcd_stm32_endpoint_destroy.c:108
if ((endpoint_type == UX_INTERRUPT_ENDPOINT) || (endpoint_type == UX_ISOCHRONOUS_ENDPOINT))
ux_hcd_stm32_request_transfer.c:112
case UX_ISOCHRONOUS_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)
ux_host_stack_new_endpoint_create.c:171
if ((endpoint_type == UX_ISOCHRONOUS_ENDPOINT) ||