TinyUSB Library
osal_queue_def_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
osal_queue_def_t
osal_queue_def_t struct
Syntax
Show:
Summary
Declaration
from
osal_pico.h:105
typedef
struct
{
tu_fifo_t
ff
;
struct
critical_section
critsec
;
}
osal_queue_def_t
;
Fields
Field
Declared as
osal_queue_def_t::ff
tu_fifo_t
osal_queue_def_t::critsec
struct
critical_section
Related Functions
Found 5 other functions taking a
osal_queue_def_t
argument:
Function
osal_queue_empty()
osal_queue_create()
osal_queue_delete()
osal_queue_receive()
osal_queue_send()
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