FatFS
ff_mutex_create()
is only used within FatFS.
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
FatFS
ff_mutex_create()
ff_mutex_create() function
Syntax
Show:
Summary
Declaration
Definition
from
ff.h:387
int
ff_mutex_create
(
int
vol
)
;
Implemented in
ffsystem.c:84
Arguments
Argument
vol
Examples
References
from
examples
Code
Location
Referrer
int
ff_mutex_create
(
/* Returns 1:Function succeeded or 0:Could not create the mutex */
ffsystem.c:84
int
ff_mutex_create
(
int
vol
)
;
/* Create a sync object */
ff.h:387
if
(
!
ff_mutex_create
(
vol
)
)
return
FR_INT_ERR
;
ff.c:3702
f_mount()
Call Tree
from
examples
ff_mutex_create()
is called by 1 function and calls 1 function:
f_mount()
All items filtered out
ff_mutex_create()
xQueueCreateMutex()
All items filtered out
Data Use
from
examples
ff_mutex_create()
reads 1 variable:
Mutex
All items filtered out
ff_mutex_create()
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