ESP-IDF
+
0
/1 examples
SourceVu will show references to
spi_flash_chip_t::sector_size
from the following samples and libraries:
custom_flash_driver sample
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
spi_flash_chip_t::sector_size
spi_flash_chip_t::sector_size field
Syntax
Show:
Summary
Declaration
from
spi_flash_chip_driver.h:103
uint32_t
sector_size
;
Examples
spi_flash_chip_t::sector_size
is referenced by 1 libraries and example projects:
custom_flash_driver sample
References
from
0/1
examples
Code
Location
Referrer
uint32_t
sector_size
;
/* Sector is minimum erase size */
spi_flash_chip_driver.h:103
uint32_t
sector_size
=
chip
->
chip_drv
->
sector_size
;
esp_flash_api.c:599
esp_flash_erase_region()
if
(
(
start
%
chip
->
chip_drv
->
sector_size
)
!=
0
||
(
len
%
chip
->
chip_drv
->
sector_size
)
!=
0
)
{
esp_flash_api.c:609
esp_flash_erase_region()
.
sector_size
=
4
*
1024
,
spi_flash_chip_boya.c:60
.
sector_size
=
4
*
1024
,
spi_flash_chip_gd.c:153
.
sector_size
=
4
*
1024
,
spi_flash_chip_generic.c:658
.
sector_size
=
4
*
1024
,
spi_flash_chip_issi.c:84
.
sector_size
=
4
*
1024
,
spi_flash_chip_mxic.c:80
.
sector_size
=
4
*
1024
,
spi_flash_chip_mxic_opi.c:398
.
sector_size
=
4
*
1024
,
spi_flash_chip_th.c:51
err
=
chip
->
host
->
driver
->
flush_cache
(
chip
->
host
,
start_address
,
chip
->
chip_drv
->
sector_size
)
;
spi_flash_chip_winbond.c:105
spi_flash_chip_winbond_erase_sector()
.
sector_size
=
4
*
1024
,
spi_flash_chip_winbond.c:165
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
spi_flash_chip_t::sector_size
is read by 2 functions:
All items filtered out
spi_flash_chip_t::sector_size
spi_flash_chip_winbond_erase_sector()
esp_flash_erase_region()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out