TinyUSB Library
osal_queue_empty()
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
osal_queue_empty()
osal_queue_empty() function
Syntax
Show:
Summary
Declaration
from
osal_pico.h:151
TU_ATTR_ALWAYS_INLINE
static
inline
bool
osal_queue_empty
(
osal_queue_t
qhdl
)
;
Arguments
Argument
qhdl
Related Functions
Found 4 other functions taking a
osal_queue_def_t
argument:
Function
osal_queue_create()
osal_queue_delete()
osal_queue_receive()
osal_queue_send()
Examples
References
from
examples
Code
Location
Referrer
TU_ATTR_ALWAYS_INLINE
static
inline
bool
osal_queue_empty
(
osal_queue_t
qhdl
)
{
osal_pico.h:151
return
!
osal_queue_empty
(
_usbd_q
)
;
usbd.c:551
tud_task_event_ready()
return
!
osal_queue_empty
(
_usbh_q
)
;
usbh.c:451
tuh_task_event_ready()
bool
is_empty
=
osal_queue_empty
(
_usbh_q
)
;
usbh.c:490
tuh_task_ext()
Call Tree
from
examples
osal_queue_empty()
is called by 3 functions and calls 1 function:
tud_task_event_ready()
tuh_task_event_ready()
tuh_task_ext()
All items filtered out
osal_queue_empty()
tu_fifo_empty()
All items filtered out
Data Use
from
examples
osal_queue_empty()
:
All items filtered out
osal_queue_empty()
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