usbx
UX_ENDPOINT_OUT
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_ENDPOINT_OUT
UX_ENDPOINT_OUT macro
Syntax
Show:
Summary
Declaration
from
ux_api.h:1073
#define
UX_ENDPOINT_OUT
0x00u
Examples
References
from
examples
Code
Location
#define
UX_ENDPOINT_OUT
0x00u
ux_api.h:1073
ed
->
ux_dcd_stm32_ed_direction
=
UX_ENDPOINT_OUT
;
ux_dcd_stm32_callback.c:284
if
(
(
endpoint
->
ux_slave_endpoint_descriptor
.
bEndpointAddress
&
UX_ENDPOINT_DIRECTION
)
!=
UX_ENDPOINT_OUT
)
ux_device_class_cdc_acm_bulkout_thread.c:107
if
(
(
endpoint
->
ux_slave_endpoint_descriptor
.
bEndpointAddress
&
UX_ENDPOINT_DIRECTION
)
!=
UX_ENDPOINT_OUT
)
ux_device_class_cdc_acm_ioctl.c:193
(
ULONG
)
(
(
ioctl_function
==
UX_SLAVE_CLASS_CDC_ACM_IOCTL_SET_READ_TIMEOUT
)
?
UX_ENDPOINT_OUT
:
UX_ENDPOINT_IN
)
)
ux_device_class_cdc_acm_ioctl.c:244
if
(
(
endpoint
->
ux_slave_endpoint_descriptor
.
bEndpointAddress
&
UX_ENDPOINT_DIRECTION
)
!=
UX_ENDPOINT_OUT
)
ux_device_class_cdc_acm_read.c:137
if
(
(
(
endpoint
->
ux_endpoint_descriptor
.
bEndpointAddress
&
UX_ENDPOINT_DIRECTION
)
==
UX_ENDPOINT_OUT
)
&&
ux_host_class_cdc_acm_endpoints_get.c:103
if
(
(
(
endpoint
->
ux_endpoint_descriptor
.
bEndpointAddress
&
UX_ENDPOINT_DIRECTION
)
==
UX_ENDPOINT_OUT
)
&&
ux_host_class_storage_endpoints_get.c:97
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