usbx
UX_ENDPOINT_STRUCT::ux_endpoint_ed
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_STRUCT::ux_endpoint_ed
UX_ENDPOINT_STRUCT::ux_endpoint_ed field
Syntax
Show:
Summary
Declaration
from
ux_api.h:1737
void
*
ux_endpoint_ed
;
Examples
References
from
examples
Code
Location
Referrer
void
*
ux_endpoint_ed
;
ux_api.h:1737
endpoint
->
ux_endpoint_ed
=
(
VOID
*
)
ed
;
ux_hcd_stm32_endpoint_create.c:192
_ux_hcd_stm32_endpoint_create()
ed
=
(
UX_HCD_STM32_ED
*
)
endpoint
->
ux_endpoint_ed
;
ux_hcd_stm32_endpoint_destroy.c:81
_ux_hcd_stm32_endpoint_destroy()
ed
=
(
UX_HCD_STM32_ED
*
)
endpoint
->
ux_endpoint_ed
;
ux_hcd_stm32_endpoint_reset.c:79
_ux_hcd_stm32_endpoint_reset()
ed
=
endpoint
->
ux_endpoint_ed
;
ux_hcd_stm32_request_bulk_transfer.c:89
_ux_hcd_stm32_request_bulk_transfer()
ed
=
endpoint
->
ux_endpoint_ed
;
ux_hcd_stm32_request_control_transfer.c:116
_ux_hcd_stm32_request_control_transfer()
ed
=
endpoint
->
ux_endpoint_ed
;
ux_hcd_stm32_request_periodic_transfer.c:88
_ux_hcd_stm32_request_periodic_transfer()
ed
=
(
UX_HCD_STM32_ED
*
)
endpoint
->
ux_endpoint_ed
;
ux_hcd_stm32_transfer_abort.c:88
_ux_hcd_stm32_transfer_abort()
if
(
endpoint
->
ux_endpoint_ed
!=
UX_NULL
)
ux_host_stack_endpoint_instance_delete.c:96
_ux_host_stack_endpoint_instance_delete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_ENDPOINT_STRUCT::ux_endpoint_ed
is written by 1 function and is read by 7 functions:
_ux_hcd_stm32_endpoint_create()
All items filtered out
UX_ENDPOINT_STRUCT::ux_endpoint_ed
_ux_hcd_stm32_endpoint_destroy()
_ux_hcd_stm32_endpoint_reset()
_ux_hcd_stm32_request_bulk_transfer()
_ux_hcd_stm32_request_control_transfer()
_ux_hcd_stm32_request_periodic_transfer()
_ux_hcd_stm32_transfer_abort()
_ux_host_stack_endpoint_instance_delete()
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