ESP-IDF
spi_flash_host_driver_s::erase_sector
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_host_driver_s::erase_sector
spi_flash_host_driver_s::erase_sector field
Erase a specific sector by its start address.
Syntax
Show:
Summary
Declaration
from
spi_flash_types.h:156
void
(
*
erase_sector
)
(
spi_flash_host_inst_t
*
host
,
uint32_t
start_address
)
;
Examples
References
from
examples
Code
Location
Referrer
void
(
*
erase_sector
)
(
spi_flash_host_inst_t
*
host
,
uint32_t
start_address
)
;
spi_flash_types.h:156
DRAM_ATTR
static
const
spi_flash_host_driver_t
esp_flash_default_host
=
ESP_FLASH_DEFAULT_HOST_DRIVER
(
)
;
memspi_host_driver.c:20
chip
->
host
->
driver
->
erase_sector
(
chip
->
host
,
start_address
)
;
spi_flash_chip_generic.c:183
spi_flash_chip_generic_erase_sector()
Call Tree
from
examples
spi_flash_host_driver_s::erase_sector
is called by 1 function:
spi_flash_chip_generic_erase_sector()
All items filtered out
spi_flash_host_driver_s::erase_sector
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