FatFs
+
0
/4 examples
SourceVu will show references to
FA_CREATE_NEW
from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
STemWin
STM324xG_EVAL
Demonstrations
STemWin
STM324x9I_EVAL
Demonstrations
STemWin
MB1046
MB1063
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
FatFs
FA_CREATE_NEW
FA_CREATE_NEW macro
Syntax
Show:
Summary
Declaration
from
ff.h:328
#define
FA_CREATE_NEW
0x04
Examples
FA_CREATE_NEW
is referenced by 4 libraries and example projects:
Examples
STM32446E_EVAL
Demonstrations
STemWin
STM324xG_EVAL
Demonstrations
STemWin
STM324x9I_EVAL
Demonstrations
STemWin
MB1046
MB1063
References
from
0/4
examples
Code
Location
#define
FA_CREATE_NEW
0x04
ff.h:328
mode
&=
_FS_READONLY
?
FA_READ
:
FA_READ
|
FA_WRITE
|
FA_CREATE_ALWAYS
|
FA_CREATE_NEW
|
FA_OPEN_ALWAYS
|
FA_OPEN_APPEND
|
FA_SEEKEND
;
ff.c:3327
if
(
mode
&
(
FA_CREATE_ALWAYS
|
FA_OPEN_ALWAYS
|
FA_CREATE_NEW
)
)
{
ff.c:3345
if
(
mode
&
FA_CREATE_NEW
)
res
=
FR_EXIST
;
/* Cannot create as new file */
ff.c:3360
Call Tree
from
0/4
examples
All items filtered out
All items filtered out
Data Use
from
0/4
examples
All items filtered out
All items filtered out
Class Tree
from
0/4
examples
All items filtered out
All items filtered out
Override Tree
from
0/4
examples
All items filtered out
All items filtered out
Implementations
from
0/4
examples
All items filtered out
All items filtered out
Instances
from
0/4
examples
Lifecycle
from
0/4
examples
All items filtered out
All items filtered out