aligenie_demo sample
util_semaphore_give()
is only used within aligenie_demo sample.
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
ESP-IDF Framework and Examples
aligenie_demo sample
util_semaphore_give()
util_semaphore_give() function
Give a semaphore. This routine gives @a sem, unless the semaphore is already at its maximum permitted count.
Syntax
Show:
Summary
Declaration
Definition
from
genie_util.h:153
int
util_semaphore_give
(
util_semaphore_t
*
sem
)
;
Implemented in
genie_util.c:142
Arguments
Argument
Description
sem
Address of the semaphore.
Return value
0 Give semaphore success
Notes
Can be called by ISRs.
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