usbx
UX_HCD_STM32_ED
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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
UX_HCD_STM32_ED struct
Syntax
Show:
Summary
Declaration
Definition
from
ux_hcd_stm32.h:95
struct
UX_HCD_STM32_ED_STRUCT
;
Implemented in
ux_hcd_stm32.h:108
Fields
Field
Declared as
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_next_ed
struct
UX_HCD_STM32_ED_STRUCT
*
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_endpoint
struct
UX_ENDPOINT_STRUCT
*
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_transfer_request
struct
UX_TRANSFER_STRUCT
*
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_status
UCHAR
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_channel
UCHAR
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_interval_mask
UCHAR
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_interval_position
UCHAR
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
UX_HCD_STM32_ED_STRUCT
ux_hcd_stm32.h:108
}
UX_HCD_STM32_ED
;
ux_hcd_stm32.h:118
struct
UX_HCD_STM32_ED_STRUCT
*
ux_hcd_stm32_ed_list
;
ux_hcd_stm32.h:95
UX_HCD_STM32_STRUCT
UX_HCD_STM32_STRUCT::ux_hcd_stm32_ed_list
struct
UX_HCD_STM32_ED_STRUCT
*
ux_hcd_stm32_channels_ed
[
UX_HCD_STM32_MAX_NB_CHANNELS
]
;
ux_hcd_stm32.h:96
UX_HCD_STM32_STRUCT
UX_HCD_STM32_STRUCT::ux_hcd_stm32_channels_ed
struct
UX_HCD_STM32_ED_STRUCT
*
ux_hcd_stm32_periodic_ed_head
;
ux_hcd_stm32.h:102
UX_HCD_STM32_STRUCT
UX_HCD_STM32_STRUCT::ux_hcd_stm32_periodic_ed_head
struct
UX_HCD_STM32_ED_STRUCT
*
ux_stm32_ed_next_ed
;
ux_hcd_stm32.h:111
UX_HCD_STM32_ED_STRUCT
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_next_ed
}
UX_HCD_STM32_ED
;
ux_hcd_stm32.h:118
UX_HCD_STM32_ED
UX_HCD_STM32_ED
*
_ux_hcd_stm32_ed_obtain
(
UX_HCD_STM32
*
hcd_stm32
)
;
ux_hcd_stm32.h:128
_ux_hcd_stm32_ed_obtain()
UX_HCD_STM32_ED
*
ed
;
ux_hcd_stm32_callback.c:199
HAL_HCD_HC_NotifyURBChange_Callback()
UX_HCD_STM32_ED
*
_ux_hcd_stm32_ed_obtain
(
UX_HCD_STM32
*
hcd_stm32
)
ux_hcd_stm32_ed_obtain.c:71
_ux_hcd_stm32_ed_obtain()
UX_HCD_STM32_ED
*
ed
;
ux_hcd_stm32_ed_obtain.c:74
_ux_hcd_stm32_ed_obtain()
_ux_utility_memory_set
(
ed
,
0
,
sizeof
(
UX_HCD_STM32_ED
)
)
;
ux_hcd_stm32_ed_obtain.c:88
_ux_hcd_stm32_ed_obtain()
UX_HCD_STM32_ED
*
ed
;
ux_hcd_stm32_endpoint_create.c:76
_ux_hcd_stm32_endpoint_create()
UX_HCD_STM32_ED
*
ed
;
ux_hcd_stm32_endpoint_destroy.c:76
_ux_hcd_stm32_endpoint_destroy()
UX_HCD_STM32_ED
*
next_ed
;
ux_hcd_stm32_endpoint_destroy.c:77
_ux_hcd_stm32_endpoint_destroy()
ed
=
(
UX_HCD_STM32_ED
*
)
endpoint
->
ux_endpoint_ed
;
ux_hcd_stm32_endpoint_destroy.c:81
_ux_hcd_stm32_endpoint_destroy()
UX_HCD_STM32_ED
*
ed
;
ux_hcd_stm32_endpoint_reset.c:75
_ux_hcd_stm32_endpoint_reset()
ed
=
(
UX_HCD_STM32_ED
*
)
endpoint
->
ux_endpoint_ed
;
ux_hcd_stm32_endpoint_reset.c:79
_ux_hcd_stm32_endpoint_reset()
hcd_stm32
->
ux_hcd_stm32_ed_list
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
sizeof
(
UX_HCD_STM32_ED
)
*
_ux_system_host
->
ux_system_host_max_ed
)
;
ux_hcd_stm32_initialize.c:121
_ux_hcd_stm32_initialize()
UX_HCD_STM32_ED
*
ed
;
ux_hcd_stm32_least_traffic_list_get.c:75
_ux_hcd_stm32_least_traffic_list_get()
UX_HCD_STM32_ED
*
ed
;
ux_hcd_stm32_periodic_schedule.c:75
_ux_hcd_stm32_periodic_schedule()
UX_HCD_STM32_ED
*
ed
;
ux_hcd_stm32_request_bulk_transfer.c:80
_ux_hcd_stm32_request_bulk_transfer()
UX_HCD_STM32_ED
*
ed
;
ux_hcd_stm32_request_control_transfer.c:88
_ux_hcd_stm32_request_control_transfer()
UX_HCD_STM32_ED
*
ed
;
ux_hcd_stm32_request_periodic_transfer.c:80
_ux_hcd_stm32_request_periodic_transfer()
UX_HCD_STM32_ED
*
ed
;
ux_hcd_stm32_transfer_abort.c:81
_ux_hcd_stm32_transfer_abort()
ed
=
(
UX_HCD_STM32_ED
*
)
endpoint
->
ux_endpoint_ed
;
ux_hcd_stm32_transfer_abort.c:88
_ux_hcd_stm32_transfer_abort()
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
Instance
Scope
Location
Project
UX_HCD_STM32_STRUCT::ux_hcd_stm32_ed_list
UX_HCD_STM32_STRUCT
ux_hcd_stm32.h:95
UX_HCD_STM32_STRUCT::ux_hcd_stm32_channels_ed
UX_HCD_STM32_STRUCT
ux_hcd_stm32.h:96
UX_HCD_STM32_STRUCT::ux_hcd_stm32_periodic_ed_head
UX_HCD_STM32_STRUCT
ux_hcd_stm32.h:102
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_next_ed
UX_HCD_STM32_ED_STRUCT
ux_hcd_stm32.h:111
return
_ux_hcd_stm32_ed_obtain()
ux_hcd_stm32.h:128
return
_ux_hcd_stm32_ed_obtain()
ux_hcd_stm32_ed_obtain.c:71
Lifecycle
from
examples
All items filtered out
All items filtered out