usbx
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_status
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_status
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_status field
Syntax
Show:
Summary
Declaration
from
ux_hcd_stm32.h:114
UCHAR
ux_stm32_ed_status
;
Examples
References
from
examples
Code
Location
Referrer
UCHAR
ux_stm32_ed_status
;
ux_hcd_stm32.h:114
if
(
(
ed
->
ux_stm32_ed_status
==
UX_HCD_STM32_ED_STATUS_CONTROL_SETUP
)
||
ux_hcd_stm32_callback.c:308
HAL_HCD_HC_NotifyURBChange_Callback()
(
ed
->
ux_stm32_ed_status
==
UX_HCD_STM32_ED_STATUS_CONTROL_DATA_OUT
)
||
ux_hcd_stm32_callback.c:309
HAL_HCD_HC_NotifyURBChange_Callback()
(
ed
->
ux_stm32_ed_status
==
UX_HCD_STM32_ED_STATUS_CONTROL_STATUS_OUT
)
||
ux_hcd_stm32_callback.c:310
HAL_HCD_HC_NotifyURBChange_Callback()
(
ed
->
ux_stm32_ed_status
==
UX_HCD_STM32_ED_STATUS_BULK_OUT
)
)
ux_hcd_stm32_callback.c:311
HAL_HCD_HC_NotifyURBChange_Callback()
ed
->
ux_stm32_ed_status
==
UX_HCD_STM32_ED_STATUS_CONTROL_SETUP
?
USBH_PID_SETUP
:
USBH_PID_DATA
,
ux_hcd_stm32_callback.c:317
HAL_HCD_HC_NotifyURBChange_Callback()
if
(
ed
->
ux_stm32_ed_status
==
UX_HCD_STM32_ED_STATUS_FREE
)
ux_hcd_stm32_ed_obtain.c:84
_ux_hcd_stm32_ed_obtain()
ed
->
ux_stm32_ed_status
=
UX_HCD_STM32_ED_STATUS_ALLOCATED
;
ux_hcd_stm32_ed_obtain.c:91
_ux_hcd_stm32_ed_obtain()
ed
->
ux_stm32_ed_status
=
UX_HCD_STM32_ED_STATUS_FREE
;
ux_hcd_stm32_endpoint_create.c:152
_ux_hcd_stm32_endpoint_create()
ed
->
ux_stm32_ed_status
=
UX_HCD_STM32_ED_STATUS_FREE
;
ux_hcd_stm32_endpoint_destroy.c:146
_ux_hcd_stm32_endpoint_destroy()
ed
->
ux_stm32_ed_status
=
direction
==
0
?
UX_HCD_STM32_ED_STATUS_BULK_OUT
:
UX_HCD_STM32_ED_STATUS_BULK_IN
;
ux_hcd_stm32_request_bulk_transfer.c:116
_ux_hcd_stm32_request_bulk_transfer()
ed
->
ux_stm32_ed_status
=
UX_HCD_STM32_ED_STATUS_CONTROL_SETUP
;
ux_hcd_stm32_request_control_transfer.c:148
_ux_hcd_stm32_request_control_transfer()
ed
->
ux_stm32_ed_status
=
UX_HCD_STM32_ED_STATUS_CONTROL_DATA_IN
;
ux_hcd_stm32_request_control_transfer.c:213
_ux_hcd_stm32_request_control_transfer()
ed
->
ux_stm32_ed_status
=
UX_HCD_STM32_ED_STATUS_CONTROL_DATA_OUT
;
ux_hcd_stm32_request_control_transfer.c:219
_ux_hcd_stm32_request_control_transfer()
ed
->
ux_stm32_ed_status
=
(
(
transfer_request
->
ux_transfer_request_type
&
UX_REQUEST_DIRECTION
)
==
UX_REQUEST_IN
)
?
ux_hcd_stm32_request_control_transfer.c:322
_ux_hcd_stm32_request_control_transfer()
ed
->
ux_stm32_ed_status
=
UX_HCD_STM32_ED_STATUS_PERIODIC_TRANSFER
;
ux_hcd_stm32_request_periodic_transfer.c:91
_ux_hcd_stm32_request_periodic_transfer()
ed
->
ux_stm32_ed_status
=
UX_HCD_STM32_ED_STATUS_ABORTED
;
ux_hcd_stm32_transfer_abort.c:104
_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_status
is written by 7 functions and is read by 2 functions:
_ux_hcd_stm32_ed_obtain()
_ux_hcd_stm32_endpoint_create()
_ux_hcd_stm32_endpoint_destroy()
_ux_hcd_stm32_request_bulk_transfer()
_ux_hcd_stm32_request_control_transfer()
_ux_hcd_stm32_request_periodic_transfer()
_ux_hcd_stm32_transfer_abort()
All items filtered out
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_status
HAL_HCD_HC_NotifyURBChange_Callback()
_ux_hcd_stm32_ed_obtain()
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