ESP-IDF
+
0
/2 examples
SourceVu will show references to
esp_rom_spiflash_chip_t::page_size
from the following samples and libraries:
littlefs sample
perf_benchmark sample
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
ESP-IDF Framework and Examples
ESP-IDF
esp_rom_spiflash_chip_t::page_size
esp_rom_spiflash_chip_t::page_size field
Syntax
Show:
Summary
Declaration
from
esp_rom_spiflash.h:40
uint32_t
page_size
;
Examples
esp_rom_spiflash_chip_t::page_size
is referenced by 2 libraries and example projects:
littlefs sample
perf_benchmark sample
References
from
0/2
examples
Code
Location
Referrer
uint32_t
page_size
;
esp_rom_spiflash.h:40
if
(
(
spi
->
page_size
)
<
(
(
spi_addr
%
(
spi
->
page_size
)
)
+
byte_length
)
)
{
esp_rom_spiflash.c:181
esp_rom_spiflash_program_page_internal()
page_size
=
g_rom_spiflash_chip
.
page_size
;
esp_rom_spiflash.c:499
esp_rom_spiflash_write()
uint32_t
flash_page_size
=
g_rom_flashchip
.
page_size
;
esp_spiffs.c:148
esp_spiffs_init()
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
esp_rom_spiflash_chip_t::page_size
is read by 3 functions:
All items filtered out
esp_rom_spiflash_chip_t::page_size
esp_rom_spiflash_program_page_internal()
esp_rom_spiflash_write()
esp_spiffs_init()
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out