usbx
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_channel
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_ED_STRUCT::ux_stm32_ed_channel
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_channel field
Syntax
Show:
Summary
Declaration
from
ux_hcd_stm32.h:115
UCHAR
ux_stm32_ed_channel
;
Examples
References
from
examples
Code
Location
Referrer
UCHAR
ux_stm32_ed_channel
;
ux_hcd_stm32.h:115
transfer_request
->
ux_transfer_request_actual_length
=
HAL_HCD_HC_GetXferCount
(
hcd_stm32
->
hcd_handle
,
ed
->
ux_stm32_ed_channel
)
;
ux_hcd_stm32_callback.c:255
HAL_HCD_HC_NotifyURBChange_Callback()
HAL_HCD_HC_SubmitRequest
(
hcd_stm32
->
hcd_handle
,
ed
->
ux_stm32_ed_channel
,
ux_hcd_stm32_callback.c:276
HAL_HCD_HC_NotifyURBChange_Callback()
HAL_HCD_HC_SubmitRequest
(
hcd_stm32
->
hcd_handle
,
ed
->
ux_stm32_ed_channel
,
0
,
ux_hcd_stm32_callback.c:315
HAL_HCD_HC_NotifyURBChange_Callback()
ed
->
ux_stm32_ed_channel
=
UX_HCD_STM32_NO_CHANNEL_ASSIGNED
;
ux_hcd_stm32_ed_obtain.c:94
_ux_hcd_stm32_ed_obtain()
ed
->
ux_stm32_ed_channel
=
channel_index
;
ux_hcd_stm32_endpoint_create.c:139
_ux_hcd_stm32_endpoint_create()
if
(
ed
->
ux_stm32_ed_channel
==
UX_HCD_STM32_NO_CHANNEL_ASSIGNED
)
ux_hcd_stm32_endpoint_create.c:148
_ux_hcd_stm32_endpoint_create()
hcd_stm32
->
hcd_handle
->
hc
[
ed
->
ux_stm32_ed_channel
]
.
toggle_in
=
0
;
ux_hcd_stm32_endpoint_create.c:207
_ux_hcd_stm32_endpoint_create()
hcd_stm32
->
hcd_handle
->
hc
[
ed
->
ux_stm32_ed_channel
]
.
toggle_out
=
0
;
ux_hcd_stm32_endpoint_create.c:208
_ux_hcd_stm32_endpoint_create()
hcd_stm32
->
ux_hcd_stm32_channels_ed
[
ed
->
ux_stm32_ed_channel
]
=
UX_NULL
;
ux_hcd_stm32_endpoint_destroy.c:102
_ux_hcd_stm32_endpoint_destroy()
hcd_stm32
->
hcd_handle
->
hc
[
ed
->
ux_stm32_ed_channel
]
.
toggle_in
=
0
;
ux_hcd_stm32_endpoint_reset.c:82
_ux_hcd_stm32_endpoint_reset()
hcd_stm32
->
hcd_handle
->
hc
[
ed
->
ux_stm32_ed_channel
]
.
toggle_out
=
0
;
ux_hcd_stm32_endpoint_reset.c:83
_ux_hcd_stm32_endpoint_reset()
HAL_HCD_HC_SubmitRequest
(
hcd_stm32
->
hcd_handle
,
ed
->
ux_stm32_ed_channel
,
ux_hcd_stm32_periodic_schedule.c:106
_ux_hcd_stm32_periodic_schedule()
HAL_HCD_HC_SubmitRequest
(
hcd_stm32
->
hcd_handle
,
ed
->
ux_stm32_ed_channel
,
ux_hcd_stm32_request_bulk_transfer.c:122
_ux_hcd_stm32_request_bulk_transfer()
ed
->
ux_stm32_ed_channel
,
ux_hcd_stm32_request_control_transfer.c:152
_ux_hcd_stm32_request_control_transfer()
HAL_HCD_HC_SubmitRequest
(
hcd_stm32
->
hcd_handle
,
ed
->
ux_stm32_ed_channel
,
0
,
EP_TYPE_CTRL
,
USBH_PID_SETUP
,
setup_request
,
8
,
0
)
;
ux_hcd_stm32_request_control_transfer.c:160
_ux_hcd_stm32_request_control_transfer()
ed
->
ux_stm32_ed_channel
,
ux_hcd_stm32_request_control_transfer.c:205
_ux_hcd_stm32_request_control_transfer()
HAL_HCD_HC_SubmitRequest
(
hcd_stm32
->
hcd_handle
,
ed
->
ux_stm32_ed_channel
,
ux_hcd_stm32_request_control_transfer.c:253
_ux_hcd_stm32_request_control_transfer()
transfer_request
->
ux_transfer_request_actual_length
=
HAL_HCD_HC_GetXferCount
(
hcd_stm32
->
hcd_handle
,
ed
->
ux_stm32_ed_channel
)
;
ux_hcd_stm32_request_control_transfer.c:291
_ux_hcd_stm32_request_control_transfer()
ed
->
ux_stm32_ed_channel
,
ux_hcd_stm32_request_control_transfer.c:297
_ux_hcd_stm32_request_control_transfer()
HAL_HCD_HC_SubmitRequest
(
hcd_stm32
->
hcd_handle
,
ed
->
ux_stm32_ed_channel
,
ux_hcd_stm32_request_control_transfer.c:326
_ux_hcd_stm32_request_control_transfer()
HAL_HCD_HC_Halt
(
hcd_stm32
->
hcd_handle
,
ed
->
ux_stm32_ed_channel
)
;
ux_hcd_stm32_transfer_abort.c:107
_ux_hcd_stm32_transfer_abort()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_channel
is written by 2 functions and is read by 8 functions:
_ux_hcd_stm32_ed_obtain()
_ux_hcd_stm32_endpoint_create()
All items filtered out
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_channel
HAL_HCD_HC_NotifyURBChange_Callback()
_ux_hcd_stm32_endpoint_create()
_ux_hcd_stm32_endpoint_destroy()
_ux_hcd_stm32_endpoint_reset()
_ux_hcd_stm32_periodic_schedule()
_ux_hcd_stm32_request_bulk_transfer()
_ux_hcd_stm32_request_control_transfer()
_ux_hcd_stm32_transfer_abort()
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