usbx
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_endpoint
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_endpoint
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_endpoint field
Syntax
Show:
Summary
Declaration
from
ux_hcd_stm32.h:112
struct
UX_ENDPOINT_STRUCT
*
ux_stm32_ed_endpoint
;
Examples
References
from
examples
Code
Location
Referrer
struct
UX_ENDPOINT_STRUCT
*
ux_stm32_ed_endpoint
;
ux_hcd_stm32.h:112
if
(
(
(
(
ed
->
ux_stm32_ed_endpoint
->
ux_endpoint_descriptor
.
bmAttributes
)
&
UX_MASK_ENDPOINT_TYPE
)
!=
UX_CONTROL_ENDPOINT
)
&&
ux_hcd_stm32_callback.c:250
HAL_HCD_HC_NotifyURBChange_Callback()
if
(
(
(
(
ed
->
ux_stm32_ed_endpoint
->
ux_endpoint_descriptor
.
bmAttributes
)
&
UX_MASK_ENDPOINT_TYPE
)
==
UX_BULK_ENDPOINT
||
ux_hcd_stm32_callback.c:259
HAL_HCD_HC_NotifyURBChange_Callback()
(
(
ed
->
ux_stm32_ed_endpoint
->
ux_endpoint_descriptor
.
bmAttributes
)
&
UX_MASK_ENDPOINT_TYPE
)
==
UX_CONTROL_ENDPOINT
)
&&
ux_hcd_stm32_callback.c:260
HAL_HCD_HC_NotifyURBChange_Callback()
transfer_request
->
ux_transfer_request_packet_length
=
UX_MIN
(
ed
->
ux_stm32_ed_endpoint
->
ux_endpoint_descriptor
.
wMaxPacketSize
,
ux_hcd_stm32_callback.c:272
HAL_HCD_HC_NotifyURBChange_Callback()
(
(
ed
->
ux_stm32_ed_endpoint
->
ux_endpoint_descriptor
.
bmAttributes
)
&
UX_MASK_ENDPOINT_TYPE
)
==
UX_BULK_ENDPOINT
?
EP_TYPE_BULK
:
EP_TYPE_CTRL
,
ux_hcd_stm32_callback.c:316
HAL_HCD_HC_NotifyURBChange_Callback()
ed
->
ux_stm32_ed_endpoint
=
endpoint
;
ux_hcd_stm32_endpoint_create.c:195
_ux_hcd_stm32_endpoint_create()
bandwidth_used
+=
(
ULONG
)
ed
->
ux_stm32_ed_endpoint
->
ux_endpoint_descriptor
.
wMaxPacketSize
;
ux_hcd_stm32_least_traffic_list_get.c:106
_ux_hcd_stm32_least_traffic_list_get()
ep_bmAttributes
=
ed
->
ux_stm32_ed_endpoint
->
ux_endpoint_descriptor
.
bmAttributes
;
ux_hcd_stm32_periodic_schedule.c:103
_ux_hcd_stm32_periodic_schedule()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_endpoint
is written by 1 function and is read by 3 functions:
_ux_hcd_stm32_endpoint_create()
All items filtered out
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_endpoint
HAL_HCD_HC_NotifyURBChange_Callback()
_ux_hcd_stm32_least_traffic_list_get()
_ux_hcd_stm32_periodic_schedule()
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