ESP-IDF
spi_flash_host_driver_s::erase_block
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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_host_driver_s::erase_block
spi_flash_host_driver_s::erase_block field
Erase a specific block by its start address.
Syntax
Show:
Summary
Declaration
from
spi_flash_types.h:160
void
(
*
erase_block
)
(
spi_flash_host_inst_t
*
host
,
uint32_t
start_address
)
;
Examples
References
from
examples
Code
Location
Referrer
void
(
*
erase_block
)
(
spi_flash_host_inst_t
*
host
,
uint32_t
start_address
)
;
spi_flash_types.h:160
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_block
(
chip
->
host
,
start_address
)
;
spi_flash_chip_generic.c:209
spi_flash_chip_generic_erase_block()
Call Tree
from
examples
spi_flash_host_driver_s::erase_block
is called by 1 function:
spi_flash_chip_generic_erase_block()
All items filtered out
spi_flash_host_driver_s::erase_block
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