TinyUSB Library
queue_event()
is only used within TinyUSB Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
TinyUSB Library
queue_event()
queue_event() function
Syntax
Show:
Summary
Declaration
from
usbh.c:290
TU_ATTR_ALWAYS_INLINE
static
inline
bool
queue_event
(
hcd_event_t
const
*
event
,
bool
in_isr
)
;
Arguments
Argument
event
in_isr
Related Functions
Found 2 other functions taking a
hcd_event_t
argument:
Function
hcd_event_handler()
enum_new_device()
Examples
References
from
examples
Code
Location
Referrer
TU_ATTR_ALWAYS_INLINE
static
inline
bool
queue_event
(
hcd_event_t
const
*
event
,
bool
in_isr
)
{
usbh.c:290
queue_event
(
&
event
,
in_isr
)
;
usbh.c:491
tuh_task_ext()
queue_event
(
&
event
,
in_isr
)
;
usbh.c:833
usbh_defer_func()
queue_event
(
event
,
in_isr
)
;
usbh.c:975
hcd_event_handler()
Call Tree
from
examples
queue_event()
is called by 3 functions and calls 2 functions:
tuh_task_ext()
usbh_defer_func()
hcd_event_handler()
All items filtered out
queue_event()
osal_queue_send()
tuh_event_hook_cb()
All items filtered out
Data Use
from
examples
queue_event()
reads 3 variables:
hcd_event_t::rhport
hcd_event_t::event_id
_usbh_q
All items filtered out
queue_event()
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