TinyUSB Library
osal_queue_delete()
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_delete()
osal_queue_delete() function
Syntax
Show:
Summary
Declaration
from
osal_pico.h:125
TU_ATTR_ALWAYS_INLINE
static
inline
bool
osal_queue_delete
(
osal_queue_t
qhdl
)
;
Arguments
Argument
qhdl
Related Functions
Found 4 other functions taking a
osal_queue_def_t
argument:
Function
osal_queue_empty()
osal_queue_create()
osal_queue_receive()
osal_queue_send()
Examples
References
from
examples
Code
Location
Referrer
TU_ATTR_ALWAYS_INLINE
static
inline
bool
osal_queue_delete
(
osal_queue_t
qhdl
)
{
osal_pico.h:125
osal_queue_delete
(
_usbd_q
)
;
usbd.c:517
tud_deinit()
osal_queue_delete
(
_usbh_q
)
;
usbh.c:434
tuh_deinit()
Call Tree
from
examples
osal_queue_delete()
is called by 2 functions and calls 1 function:
tud_deinit()
tuh_deinit()
All items filtered out
osal_queue_delete()
critical_section_deinit()
All items filtered out
Data Use
from
examples
osal_queue_delete()
:
All items filtered out
osal_queue_delete()
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