usbx
UX_CONTROL_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_CONTROL_ENDPOINT
UX_CONTROL_ENDPOINT macro
Syntax
Show:
Summary
Declaration
from
ux_api.h:1076
#define
UX_CONTROL_ENDPOINT
0u
Examples
References
from
examples
Code
Location
#define
UX_CONTROL_ENDPOINT
0u
ux_api.h:1076
HAL_PCD_EP_Open
(
dcd_stm32
->
pcd_handle
,
0x00U
,
device
->
ux_slave_device_descriptor
.
bMaxPacketSize0
,
UX_CONTROL_ENDPOINT
)
;
ux_dcd_stm32_initialize_complete.c:176
HAL_PCD_EP_Open
(
dcd_stm32
->
pcd_handle
,
0x80U
,
device
->
ux_slave_device_descriptor
.
bMaxPacketSize0
,
UX_CONTROL_ENDPOINT
)
;
ux_dcd_stm32_initialize_complete.c:180
UX_CONTROL_ENDPOINT
)
ux_device_stack_endpoint_stall.c:111
if
(
(
endpoint
->
ux_slave_endpoint_descriptor
.
bmAttributes
&
UX_MASK_ENDPOINT_TYPE
)
!=
UX_CONTROL_ENDPOINT
)
ux_device_stack_transfer_request.c:149
if
(
(
(
(
ed
->
ux_stm32_ed_endpoint
->
ux_endpoint_descriptor
.
bmAttributes
)
&
UX_MASK_ENDPOINT_TYPE
)
!=
UX_CONTROL_ENDPOINT
)
&&
ux_hcd_stm32_callback.c:250
(
(
ed
->
ux_stm32_ed_endpoint
->
ux_endpoint_descriptor
.
bmAttributes
)
&
UX_MASK_ENDPOINT_TYPE
)
==
UX_CONTROL_ENDPOINT
)
&&
ux_hcd_stm32_callback.c:260
case
UX_CONTROL_ENDPOINT
:
ux_hcd_stm32_endpoint_create.c:105
case
UX_CONTROL_ENDPOINT
:
ux_hcd_stm32_request_transfer.c:100
case
UX_CONTROL_ENDPOINT
:
ux_host_stack_endpoint_instance_create.c:106
case
UX_CONTROL_ENDPOINT
:
ux_host_stack_endpoint_instance_delete.c:110
if
(
endpoint_type
==
UX_CONTROL_ENDPOINT
||
endpoint_type
==
UX_BULK_ENDPOINT
)
ux_host_stack_new_endpoint_create.c:129
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