TinyUSB Library
OSAL_MUTEX_DEF
is only used within TinyUSB Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
TinyUSB Library
OSAL_MUTEX_DEF
OSAL_MUTEX_DEF macro
Syntax
Show:
Summary
Declaration
from
osal.h:50
#define
OSAL_MUTEX_DEF
(
_name
)
osal_mutex_def_t
_name
Arguments
Argument
_name
Examples
References
from
examples
Code
Location
#define
OSAL_MUTEX_DEF
(
_name
)
osal_mutex_def_t
_name
osal.h:50
OSAL_MUTEX_DEF
(
rx_ff_mutex
)
;
cdc_device.c:68
OSAL_MUTEX_DEF
(
tx_ff_mutex
)
;
cdc_device.c:69
OSAL_MUTEX_DEF
(
ff_mutexdef
)
;
tusb_private.h:63
OSAL_MUTEX_DEF
(
rx_ff_mutex
)
;
vendor_device.c:54
OSAL_MUTEX_DEF
(
tx_ff_mutex
)
;
vendor_device.c:55
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