TinyUSB Library
hcd_event_t
is only used within TinyUSB Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
TinyUSB Library
hcd_event_t
hcd_event_t struct
Syntax
Show:
Summary
Declaration
from
hcd.h:68
typedef
struct
{
uint8_t
rhport
;
uint8_t
event_id
;
uint8_t
dev_addr
;
union
{
struct
{
uint8_t
hub_addr
;
uint8_t
hub_port
;
uint8_t
speed
;
}
connection
;
struct
{
uint8_t
ep_addr
;
uint8_t
result
;
uint32_t
len
;
}
xfer_complete
;
struct
{
void
(
*
func
)
(
void
*
)
;
void
*
param
;
}
func_call
;
}
;
}
hcd_event_t
;
Fields
Field
Declared as
hcd_event_t::rhport
uint8_t
hcd_event_t::event_id
uint8_t
hcd_event_t::dev_addr
uint8_t
Related Functions
Found 3 other functions taking a
hcd_event_t
argument:
Function
hcd_event_handler()
queue_event()
enum_new_device()
Examples
References
from
examples
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