FatFS
test_contiguous_file()
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
test_contiguous_file()
test_contiguous_file() function
Syntax
Show:
Summary
Declaration
from
vfs_fat.c:1443
static
FRESULT
test_contiguous_file
(
FIL
*
fp
,
int
*
cont
)
;
Arguments
Argument
fp
cont
Related Functions
Found 14 other functions taking a
FIL
argument:
Function
f_lseek()
f_close()
f_open()
f_write()
f_read()
f_truncate()
f_sync()
f_expand()
f_write_zero_mem()
f_forward()
f_putc()
f_puts()
f_printf()
f_gets()
Examples
References
from
examples
Code
Location
Referrer
static
FRESULT
test_contiguous_file
(
// From FATFS examples
vfs_fat.c:1443
res
=
test_contiguous_file
(
file
,
(
int
*
)
is_contiguous
)
;
vfs_fat.c:1506
esp_vfs_fat_test_contiguous_file()
Call Tree
from
examples
test_contiguous_file()
is called by 1 function and calls 1 function:
esp_vfs_fat_test_contiguous_file()
All items filtered out
test_contiguous_file()
f_lseek()
All items filtered out
Data Use
from
examples
test_contiguous_file()
reads 9 variables:
FFOBJID::objsize
FIL::obj
FIL::fptr
FIL::clust
FRESULT::FR_OK
FATFS::csize
FATFS::ssize
FFOBJID::fs
FFOBJID::sclust
All items filtered out
test_contiguous_file()
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