TinyUSB Library
hw_endpoint_get_by_addr()
is only used within TinyUSB Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
TinyUSB Library
hw_endpoint_get_by_addr()
hw_endpoint_get_by_addr() function
Syntax
Show:
Summary
Declaration
from
dcd_rp2040.c:63
TU_ATTR_ALWAYS_INLINE
static
inline
struct
hw_endpoint
*
hw_endpoint_get_by_addr
(
uint8_t
ep_addr
)
;
Arguments
Argument
ep_addr
Examples
References
from
examples
Code
Location
Referrer
TU_ATTR_ALWAYS_INLINE
static
inline
struct
hw_endpoint
*
hw_endpoint_get_by_addr
(
uint8_t
ep_addr
)
{
dcd_rp2040.c:63
struct
hw_endpoint
*
ep
=
hw_endpoint_get_by_addr
(
ep_addr
)
;
dcd_rp2040.c:117
hw_endpoint_close()
struct
hw_endpoint
*
ep
=
hw_endpoint_get_by_addr
(
ep_addr
)
;
dcd_rp2040.c:122
hw_endpoint_init()
struct
hw_endpoint
*
ep
=
hw_endpoint_get_by_addr
(
ep_addr
)
;
dcd_rp2040.c:166
hw_endpoint_xfer()
struct
hw_endpoint
*
ep
=
hw_endpoint_get_by_addr
(
ep_addr
)
;
dcd_rp2040.c:522
dcd_edpt_stall()
struct
hw_endpoint
*
ep
=
hw_endpoint_get_by_addr
(
ep_addr
)
;
dcd_rp2040.c:533
dcd_edpt_clear_stall()
Call Tree
from
examples
hw_endpoint_get_by_addr()
is called by 5 functions and calls 3 functions:
hw_endpoint_close()
hw_endpoint_init()
hw_endpoint_xfer()
dcd_edpt_stall()
dcd_edpt_clear_stall()
All items filtered out
hw_endpoint_get_by_addr()
tu_edpt_dir()
tu_edpt_number()
hw_endpoint_get_by_num()
All items filtered out
Data Use
from
examples
hw_endpoint_get_by_addr()
:
All items filtered out
hw_endpoint_get_by_addr()
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