usbx
UX_ISOCHRONOUS_ENDPOINT
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_ISOCHRONOUS_ENDPOINT
UX_ISOCHRONOUS_ENDPOINT macro
Syntax
Show:
Summary
Declaration
from
ux_api.h:1077
#define
UX_ISOCHRONOUS_ENDPOINT
1u
Examples
References
from
examples
Code
Location
#define
UX_ISOCHRONOUS_ENDPOINT
1u
ux_api.h:1077
case
UX_ISOCHRONOUS_ENDPOINT
:
ux_hcd_stm32_endpoint_create.c:114
if
(
(
endpoint_type
==
UX_INTERRUPT_ENDPOINT
)
||
(
endpoint_type
==
UX_ISOCHRONOUS_ENDPOINT
)
)
ux_hcd_stm32_endpoint_destroy.c:108
case
UX_ISOCHRONOUS_ENDPOINT
:
ux_hcd_stm32_request_transfer.c:112
if
(
(
endpoint_type
==
UX_INTERRUPT_ENDPOINT
)
||
(
endpoint_type
==
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_ISOCHRONOUS_ENDPOINT
)
||
ux_host_stack_new_endpoint_create.c:171
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out