FatFS
ff_mutex_give()
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
ff_mutex_give()
ff_mutex_give() function
Syntax
Show:
Summary
Declaration
Definition
from
ff.h:390
void
ff_mutex_give
(
int
vol
)
;
Implemented in
ffsystem.c:190
Arguments
Argument
vol
Examples
References
from
examples
Code
Location
Referrer
void
ff_mutex_give
(
ffsystem.c:190
void
ff_mutex_give
(
int
vol
)
;
/* Unlock sync object */
ff.h:390
ff_mutex_give
(
fs
->
ldrv
)
;
/* Unlock the volume */
ff.c:937
unlock_volume()
Call Tree
from
examples
ff_mutex_give()
is called by 1 function and calls 1 function:
unlock_volume()
All items filtered out
ff_mutex_give()
xQueueGenericSend()
All items filtered out
Data Use
from
examples
ff_mutex_give()
reads 1 variable:
Mutex
All items filtered out
ff_mutex_give()
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