usbx
UX_HCD_STM32_STRUCT::hcd_handle
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::hcd_handle
UX_HCD_STM32_STRUCT::hcd_handle field
Syntax
Show:
Summary
Declaration
from
ux_hcd_stm32.h:101
HCD_HandleTypeDef
*
hcd_handle
;
Examples
References
from
examples
Code
Location
Referrer
HCD_HandleTypeDef
*
hcd_handle
;
ux_hcd_stm32.h:101
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()
HAL_HCD_HC_Init
(
hcd_stm32
->
hcd_handle
,
ux_hcd_stm32_endpoint_create.c:198
_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
->
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()
*
frame_number
=
(
ULONG
)
HAL_HCD_GetCurrentFrame
(
hcd_stm32
->
hcd_handle
)
;
ux_hcd_stm32_frame_number_get.c:78
_ux_hcd_stm32_frame_number_get()
hcd_stm32
->
hcd_handle
=
(
HCD_HandleTypeDef
*
)
hcd
->
ux_hcd_irq
;
ux_hcd_stm32_initialize.c:117
_ux_hcd_stm32_initialize()
hcd_stm32
->
hcd_handle
->
pData
=
hcd
;
ux_hcd_stm32_initialize.c:118
_ux_hcd_stm32_initialize()
HAL_HCD_IRQHandler
(
hcd_stm32
->
hcd_handle
)
;
ux_hcd_stm32_interrupt_handler.c:93
_ux_hcd_stm32_interrupt_handler()
frame_number
=
HAL_HCD_GetCurrentFrame
(
hcd_stm32
->
hcd_handle
)
;
ux_hcd_stm32_periodic_schedule.c:82
_ux_hcd_stm32_periodic_schedule()
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_ResetPort
(
hcd_stm32
->
hcd_handle
)
;
ux_hcd_stm32_port_reset.c:108
_ux_hcd_stm32_port_reset()
switch
(
HAL_HCD_GetCurrentSpeed
(
hcd_stm32
->
hcd_handle
)
)
ux_hcd_stm32_port_status_get.c:125
_ux_hcd_stm32_port_status_get()
&&
(
hcd_stm32
->
hcd_handle
->
Init
.
dma_enable
==
0
)
ux_hcd_stm32_request_bulk_transfer.c:100
_ux_hcd_stm32_request_bulk_transfer()
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()
HAL_HCD_HC_Init
(
hcd_stm32
->
hcd_handle
,
ux_hcd_stm32_request_control_transfer.c:151
_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()
HAL_HCD_HC_Init
(
hcd_stm32
->
hcd_handle
,
ux_hcd_stm32_request_control_transfer.c:204
_ux_hcd_stm32_request_control_transfer()
&&
(
hcd_stm32
->
hcd_handle
->
Init
.
dma_enable
==
0
)
ux_hcd_stm32_request_control_transfer.c:235
_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()
HAL_HCD_HC_Init
(
hcd_stm32
->
hcd_handle
,
ux_hcd_stm32_request_control_transfer.c:296
_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_STRUCT::hcd_handle
is written by 1 function and is read by 12 functions:
_ux_hcd_stm32_initialize()
All items filtered out
UX_HCD_STM32_STRUCT::hcd_handle
HAL_HCD_HC_NotifyURBChange_Callback()
_ux_hcd_stm32_endpoint_create()
_ux_hcd_stm32_endpoint_reset()
_ux_hcd_stm32_frame_number_get()
_ux_hcd_stm32_initialize()
_ux_hcd_stm32_interrupt_handler()
_ux_hcd_stm32_periodic_schedule()
_ux_hcd_stm32_port_reset()
_ux_hcd_stm32_port_status_get()
_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