TinyUSB Library
dcd_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
dcd_event_t
dcd_event_t struct
Syntax
Show:
Summary
Declaration
from
dcd.h:55
typedef
struct
TU_ATTR_ALIGNED
(
4
)
{
uint8_t
rhport
;
uint8_t
event_id
;
union
{
struct
{
tusb_speed_t
speed
;
}
bus_reset
;
struct
{
uint32_t
frame_count
;
}
sof
;
tusb_control_request_t
setup_received
;
struct
{
uint8_t
ep_addr
;
uint8_t
result
;
uint32_t
len
;
}
xfer_complete
;
struct
{
void
(
*
func
)
(
void
*
)
;
void
*
param
;
}
func_call
;
}
;
}
dcd_event_t
;
Fields
Field
Declared as
dcd_event_t::rhport
uint8_t
dcd_event_t::event_id
uint8_t
Related Functions
Found 2 other functions taking a
dcd_event_t
argument:
Function
dcd_event_handler()
queue_event()
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