TinyUSB Library
osal_queue_create()
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_create()
osal_queue_create() function
Syntax
Show:
Summary
Declaration
from
osal_pico.h:119
TU_ATTR_ALWAYS_INLINE
static
inline
osal_queue_t
osal_queue_create
(
osal_queue_def_t
*
qdef
)
;
Arguments
Argument
qdef
Related Functions
Found 4 other functions taking a
osal_queue_def_t
argument:
Function
osal_queue_empty()
osal_queue_delete()
osal_queue_receive()
osal_queue_send()
Examples
References
from
examples
Code
Location
Referrer
TU_ATTR_ALWAYS_INLINE
static
inline
osal_queue_t
osal_queue_create
(
osal_queue_def_t
*
qdef
)
{
osal_pico.h:119
_usbd_q
=
osal_queue_create
(
&
_usbd_qdef
)
;
usbd.c:471
tud_init()
_usbh_q
=
osal_queue_create
(
&
_usbh_qdef
)
;
usbh.c:371
tuh_init()
Call Tree
from
examples
osal_queue_create()
is called by 2 functions and calls 2 functions:
tud_init()
tuh_init()
All items filtered out
osal_queue_create()
critical_section_init()
tu_fifo_clear()
All items filtered out
Data Use
from
examples
osal_queue_create()
:
All items filtered out
osal_queue_create()
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