STemWin
hhcd
is only used within STemWin.
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
STemWin
hhcd
hhcd variable
Syntax
Show:
Summary
Declaration
Definition
from
stm32f4xx_it.c:37
extern
HCD_HandleTypeDef
hhcd
;
Implemented in
usbh_conf.c:23
Examples
References
from
examples
Code
Location
Referrer
HCD_HandleTypeDef
hhcd
;
usbh_conf.c:23
extern
HCD_HandleTypeDef
hhcd
;
stm32f4xx_it.c:37
HAL_HCD_IRQHandler
(
&
hhcd
)
;
stm32f4xx_it.c:149
OTG_FS_IRQHandler()
hhcd
.
Instance
=
USB_OTG_FS
;
usbh_conf.c:163
USBH_LL_Init()
hhcd
.
Init
.
Host_channels
=
11
;
usbh_conf.c:164
USBH_LL_Init()
hhcd
.
Init
.
dma_enable
=
0
;
usbh_conf.c:165
USBH_LL_Init()
hhcd
.
Init
.
low_power_enable
=
0
;
usbh_conf.c:166
USBH_LL_Init()
hhcd
.
Init
.
phy_itface
=
HCD_PHY_EMBEDDED
;
usbh_conf.c:167
USBH_LL_Init()
hhcd
.
Init
.
Sof_enable
=
0
;
usbh_conf.c:168
USBH_LL_Init()
hhcd
.
Init
.
speed
=
HCD_SPEED_FULL
;
usbh_conf.c:169
USBH_LL_Init()
hhcd
.
Init
.
vbus_sensing_enable
=
0
;
usbh_conf.c:170
USBH_LL_Init()
hhcd
.
Init
.
lpm_enable
=
0
;
usbh_conf.c:171
USBH_LL_Init()
hhcd
.
pData
=
phost
;
usbh_conf.c:174
USBH_LL_Init()
phost
->
pData
=
&
hhcd
;
usbh_conf.c:175
USBH_LL_Init()
HAL_HCD_Init
(
&
hhcd
)
;
usbh_conf.c:178
USBH_LL_Init()
USBH_LL_SetTimer
(
phost
,
HAL_HCD_GetCurrentFrame
(
&
hhcd
)
)
;
usbh_conf.c:180
USBH_LL_Init()
if
(
hhcd
.
hc
[
pipe
]
.
ep_is_in
)
usbh_conf.c:409
USBH_LL_SetToggle()
hhcd
.
hc
[
pipe
]
.
toggle_in
=
toggle
;
usbh_conf.c:411
USBH_LL_SetToggle()
hhcd
.
hc
[
pipe
]
.
toggle_out
=
toggle
;
usbh_conf.c:415
USBH_LL_SetToggle()
if
(
hhcd
.
hc
[
pipe
]
.
ep_is_in
)
usbh_conf.c:430
USBH_LL_GetToggle()
toggle
=
hhcd
.
hc
[
pipe
]
.
toggle_in
;
usbh_conf.c:432
USBH_LL_GetToggle()
toggle
=
hhcd
.
hc
[
pipe
]
.
toggle_out
;
usbh_conf.c:436
USBH_LL_GetToggle()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hhcd
is read by 3 functions:
All items filtered out
hhcd
USBH_LL_Init()
USBH_LL_SetToggle()
USBH_LL_GetToggle()
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