TinyUSB Library
epx
is only used within TinyUSB Library.
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
Raspberry Pi Pico SDK and Examples
TinyUSB Library
epx
epx macro
Syntax
Show:
Summary
Declaration
from
hcd_rp2040.c:57
#define
epx
(
ep_pool
[
0
]
)
Examples
References
from
examples
Code
Location
#define
epx
(
ep_pool
[
0
]
)
hcd_rp2040.c:57
if
(
num
==
0
)
return
&
epx
;
hcd_rp2040.c:68
struct
hw_endpoint
*
ep
=
&
epx
;
hcd_rp2040.c:123
struct
hw_endpoint
*
ep
=
&
epx
;
hcd_rp2040.c:172
hw_xfer_complete
(
&
epx
,
XFER_RESULT_STALLED
)
;
hcd_rp2040.c:216
ep
=
&
epx
;
hcd_rp2040.c:298
if
(
ep
!=
&
epx
)
hcd_rp2040.c:347
if
(
ep
==
&
epx
)
hcd_rp2040.c:562
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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