TinyUSB Library
osal_semaphore_post()
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_post()
osal_semaphore_post() function
Syntax
Show:
Summary
Declaration
from
osal_pico.h:61
TU_ATTR_ALWAYS_INLINE
static
inline
bool
osal_semaphore_post
(
osal_semaphore_t
sem_hdl
,
bool
in_isr
)
;
Arguments
Argument
sem_hdl
in_isr
Related Functions
Found 4 other functions taking a
semaphore
argument:
Function
osal_semaphore_create()
osal_semaphore_delete()
osal_semaphore_wait()
osal_semaphore_reset()
Examples
References
from
examples
Code
Location
TU_ATTR_ALWAYS_INLINE
static
inline
bool
osal_semaphore_post
(
osal_semaphore_t
sem_hdl
,
bool
in_isr
)
{
osal_pico.h:61
Call Tree
from
examples
osal_semaphore_post()
calls 1 function:
All items filtered out
osal_semaphore_post()
sem_release()
All items filtered out
Data Use
from
examples
osal_semaphore_post()
:
All items filtered out
osal_semaphore_post()
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