TinyUSB Library
hub_interface_t::ep_in
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
hub_interface_t::ep_in
hub_interface_t::ep_in field
Syntax
Show:
Summary
Declaration
from
hub.c:46
uint8_t
ep_in
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
ep_in
;
hub.c:46
p_hub
->
ep_in
=
desc_ep
->
bEndpointAddress
;
hub.c:219
hub_open()
if
(
p_hub
->
ep_in
)
{
hub.c:229
hub_close()
return
usbh_edpt_xfer
(
dev_addr
,
hub_itf
->
ep_in
,
&
hub_itf
->
status_change
,
1
)
;
hub.c:238
hub_edpt_status_xfer()
TU_ASSERT
(
usbh_edpt_xfer
(
daddr
,
p_hub
->
ep_in
,
&
p_hub
->
status_change
,
1
)
,
)
;
hub.c:313
config_port_power_complete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hub_interface_t::ep_in
is written by 1 function and is read by 3 functions:
hub_open()
All items filtered out
hub_interface_t::ep_in
hub_close()
hub_edpt_status_xfer()
config_port_power_complete()
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