HAL
+
0
/2 examples
SourceVu will show references to
EP_TYPE_CTRL
from the following samples and libraries:
Libraries
STM32_USB_Host_Library
usbx
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
EP_TYPE_CTRL
EP_TYPE_CTRL macro
Syntax
Show:
Summary
Declaration
from
stm32f4xx_ll_usb.h:344
#define
EP_TYPE_CTRL
0U
Examples
EP_TYPE_CTRL
is referenced by 2 libraries and example projects:
Libraries
STM32_USB_Host_Library
usbx
References
from
0/2
examples
Code
Location
#define
EP_TYPE_CTRL
0U
stm32f4xx_ll_usb.h:344
case
EP_TYPE_CTRL
:
stm32f4xx_hal_hcd.c:419
if
(
(
hhcd
->
hc
[
ch_num
]
.
ep_type
==
EP_TYPE_CTRL
)
&&
(
hhcd
->
hc
[
ch_num
]
.
ep_is_in
!=
0U
)
)
stm32f4xx_hal_hcd.c:1233
if
(
(
hhcd
->
hc
[
chnum
]
.
ep_type
==
EP_TYPE_CTRL
)
||
stm32f4xx_hal_hcd.c:1346
if
(
(
hhcd
->
hc
[
chnum
]
.
ep_type
==
EP_TYPE_CTRL
)
||
stm32f4xx_hal_hcd.c:1429
if
(
(
hhcd
->
hc
[
chnum
]
.
ep_type
==
EP_TYPE_CTRL
)
||
stm32f4xx_hal_hcd.c:1471
if
(
(
hhcd
->
hc
[
chnum
]
.
ep_type
==
EP_TYPE_CTRL
)
||
stm32f4xx_hal_hcd.c:1495
if
(
(
hhcd
->
hc
[
chnum
]
.
ep_type
==
EP_TYPE_CTRL
)
||
stm32f4xx_hal_hcd.c:1511
else
if
(
(
hhcd
->
hc
[
chnum
]
.
ep_type
==
EP_TYPE_CTRL
)
||
stm32f4xx_hal_hcd.c:1561
hpcd
->
IN_ep
[
i
]
.
type
=
EP_TYPE_CTRL
;
stm32f4xx_hal_pcd.c:211
hpcd
->
OUT_ep
[
i
]
.
type
=
EP_TYPE_CTRL
;
stm32f4xx_hal_pcd.c:222
case
EP_TYPE_CTRL
:
stm32f4xx_ll_usb.c:1709
if
(
(
(
hc
->
ep_type
==
EP_TYPE_CTRL
)
||
(
hc
->
ep_type
==
EP_TYPE_BULK
)
)
&&
(
hc
->
do_ssplit
==
0U
)
)
stm32f4xx_ll_usb.c:1841
case
EP_TYPE_CTRL
:
stm32f4xx_ll_usb.c:2047
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
All items filtered out
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out