usbx
UX_HCD_STM32_STRUCT::ux_hcd_stm32_periodic_ed_head
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_HCD_STM32_STRUCT::ux_hcd_stm32_periodic_ed_head
UX_HCD_STM32_STRUCT::ux_hcd_stm32_periodic_ed_head field
Syntax
Show:
Summary
Declaration
from
ux_hcd_stm32.h:102
struct
UX_HCD_STM32_ED_STRUCT
*
ux_hcd_stm32_periodic_ed_head
;
Examples
References
from
examples
Code
Location
Referrer
struct
UX_HCD_STM32_ED_STRUCT
*
ux_hcd_stm32_periodic_ed_head
;
ux_hcd_stm32.h:102
ed
->
ux_stm32_ed_next_ed
=
hcd_stm32
->
ux_hcd_stm32_periodic_ed_head
;
ux_hcd_stm32_endpoint_create.c:184
_ux_hcd_stm32_endpoint_create()
hcd_stm32
->
ux_hcd_stm32_periodic_ed_head
=
ed
;
ux_hcd_stm32_endpoint_create.c:185
_ux_hcd_stm32_endpoint_create()
if
(
hcd_stm32
->
ux_hcd_stm32_periodic_ed_head
==
ed
)
ux_hcd_stm32_endpoint_destroy.c:112
_ux_hcd_stm32_endpoint_destroy()
hcd_stm32
->
ux_hcd_stm32_periodic_ed_head
=
UX_NULL
;
ux_hcd_stm32_endpoint_destroy.c:116
_ux_hcd_stm32_endpoint_destroy()
next_ed
=
hcd_stm32
->
ux_hcd_stm32_periodic_ed_head
;
ux_hcd_stm32_endpoint_destroy.c:122
_ux_hcd_stm32_endpoint_destroy()
ed
=
hcd_stm32
->
ux_hcd_stm32_periodic_ed_head
;
ux_hcd_stm32_least_traffic_list_get.c:96
_ux_hcd_stm32_least_traffic_list_get()
ed
=
hcd_stm32
->
ux_hcd_stm32_periodic_ed_head
;
ux_hcd_stm32_periodic_schedule.c:85
_ux_hcd_stm32_periodic_schedule()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_HCD_STM32_STRUCT::ux_hcd_stm32_periodic_ed_head
is written by 2 functions and is read by 4 functions:
_ux_hcd_stm32_endpoint_create()
_ux_hcd_stm32_endpoint_destroy()
All items filtered out
UX_HCD_STM32_STRUCT::ux_hcd_stm32_periodic_ed_head
_ux_hcd_stm32_endpoint_create()
_ux_hcd_stm32_endpoint_destroy()
_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