filex
FX_DIRECTORY
is only used within filex.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/3)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
filex
FX_DIRECTORY
FX_DIRECTORY macro
Syntax
Show:
Summary
Declaration
from
fx_api.h:467
#define
FX_DIRECTORY
0x10
Examples
References
from
examples
Code
Location
#define
FX_DIRECTORY
0x10
fx_api.h:467
if
(
(
dir_entry
.
fx_dir_entry_attributes
&
(
UCHAR
)
(
FX_DIRECTORY
)
)
==
0
)
fx_directory_attributes_read.c:134
if
(
(
dir_entry
.
fx_dir_entry_attributes
&
(
UCHAR
)
(
FX_DIRECTORY
)
)
==
0
)
fx_directory_attributes_set.c:147
dir_entry
.
fx_dir_entry_attributes
=
(
UCHAR
)
(
attributes
|
FX_DIRECTORY
)
;
fx_directory_attributes_set.c:159
dir_entry
.
fx_dir_entry_attributes
=
FX_DIRECTORY
;
fx_directory_create.c:410
if
(
(
status
!=
FX_SUCCESS
)
||
(
!
(
dir_entry
.
fx_dir_entry_attributes
&
FX_DIRECTORY
)
)
)
fx_directory_default_set.c:173
if
(
!
(
dir_entry
.
fx_dir_entry_attributes
&
(
UCHAR
)
(
FX_DIRECTORY
)
)
)
fx_directory_delete.c:188
if
(
(
status
!=
FX_SUCCESS
)
||
(
!
(
dir_entry
.
fx_dir_entry_attributes
&
FX_DIRECTORY
)
)
)
fx_directory_local_path_set.c:158
if
(
!
(
dir_entry
.
fx_dir_entry_attributes
&
(
UCHAR
)
FX_DIRECTORY
)
)
fx_directory_name_test.c:127
if
(
!
(
old_dir_entry
.
fx_dir_entry_attributes
&
(
UCHAR
)
(
FX_DIRECTORY
)
)
)
fx_directory_rename.c:213
if
(
entry_ptr
->
fx_dir_entry_attributes
&
FX_DIRECTORY
)
fx_directory_search.c:801
not_a_file_attr
=
FX_DIRECTORY
|
FX_VOLUME
;
fx_file_attributes_read.c:121
not_a_file_attr
=
FX_DIRECTORY
|
FX_VOLUME
;
fx_file_attributes_set.c:126
not_a_file_attr
=
FX_DIRECTORY
|
FX_VOLUME
;
fx_file_delete.c:182
not_a_file_attr
=
FX_DIRECTORY
|
FX_VOLUME
;
fx_file_open.c:139
not_a_file_attr
=
FX_DIRECTORY
|
FX_VOLUME
;
fx_file_open.c:144
not_a_file_attr
=
FX_DIRECTORY
|
FX_VOLUME
;
fx_file_rename.c:224
if
(
(
dir_entry_ptr
->
fx_dir_entry_attributes
&
FX_DIRECTORY
)
fx_media_check.c:637
if
(
dir_entry_ptr
->
fx_dir_entry_attributes
&
FX_DIRECTORY
)
fx_media_check.c:676
if
(
(
INT
)
attributes
&
~
(
FX_DIRECTORY
|
FX_READ_ONLY
|
FX_HIDDEN
|
FX_SYSTEM
|
FX_ARCHIVE
)
)
fxe_directory_attributes_set.c:90
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