TinyUSB Library
osal_semaphore_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_semaphore_create()
osal_semaphore_create() function
Syntax
Show:
Summary
Declaration
from
osal_pico.h:51
TU_ATTR_ALWAYS_INLINE
static
inline
osal_semaphore_t
osal_semaphore_create
(
osal_semaphore_def_t
*
semdef
)
;
Arguments
Argument
semdef
Related Functions
Found 4 other functions taking a
semaphore
argument:
Function
osal_semaphore_delete()
osal_semaphore_post()
osal_semaphore_wait()
osal_semaphore_reset()
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