ESP-IDF
rom_spiflash_api_func_t::start
is only used within ESP-IDF.
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
rom_spiflash_api_func_t::start
rom_spiflash_api_func_t::start field
Syntax
Show:
Summary
Declaration
from
esp_flash_api.c:158
esp_err_t
(
*
start
)
(
esp_flash_t
*
chip
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
esp_err_t
(
*
start
)
(
esp_flash_t
*
chip
)
;
esp_flash_api.c:158
DRAM_ATTR
static
rom_spiflash_api_func_t
default_spiflash_rom_api
=
{
esp_flash_api.c:166
default_spiflash_rom_api
spiflash_start_default()
.
start
=
spiflash_start_default
,
esp_flash_api.c:167
esp_err_t
acquire_err
=
rom_spiflash_api_funcs
->
start
(
chip
)
;
esp_flash_api.c:229
flash_end_flush_cache()
err
=
rom_spiflash_api_funcs
->
start
(
chip
)
;
esp_flash_api.c:307
esp_flash_init()
err
=
rom_spiflash_api_funcs
->
start
(
chip
)
;
esp_flash_api.c:387
esp_flash_init_main()
esp_err_t
err
=
rom_spiflash_api_funcs
->
start
(
chip
)
;
esp_flash_api.c:407
read_id_core()
esp_err_t
err
=
rom_spiflash_api_funcs
->
start
(
chip
)
;
esp_flash_api.c:459
read_unique_id()
err
=
rom_spiflash_api_funcs
->
start
(
chip
)
;
esp_flash_api.c:505
detect_spi_flash_chip()
err
=
rom_spiflash_api_funcs
->
start
(
chip
)
;
esp_flash_api.c:539
esp_flash_get_physical_size()
err
=
rom_spiflash_api_funcs
->
start
(
chip
)
;
esp_flash_api.c:622
esp_flash_erase_region()
err
=
rom_spiflash_api_funcs
->
start
(
chip
)
;
esp_flash_api.c:657
esp_flash_erase_region()
err
=
rom_spiflash_api_funcs
->
start
(
chip
)
;
esp_flash_api.c:732
esp_flash_get_chip_write_protect()
err
=
rom_spiflash_api_funcs
->
start
(
chip
)
;
esp_flash_api.c:748
esp_flash_set_chip_write_protect()
err
=
rom_spiflash_api_funcs
->
start
(
chip
)
;
esp_flash_api.c:807
esp_flash_get_protected_region()
err
=
rom_spiflash_api_funcs
->
start
(
chip
)
;
esp_flash_api.c:832
esp_flash_set_protected_region()
err
=
rom_spiflash_api_funcs
->
start
(
chip
)
;
esp_flash_api.c:888
esp_flash_read()
err
=
rom_spiflash_api_funcs
->
start
(
chip
)
;
esp_flash_api.c:1061
esp_flash_write()
err
=
rom_spiflash_api_funcs
->
start
(
chip
)
;
esp_flash_api.c:1171
esp_flash_get_io_mode()
err
=
rom_spiflash_api_funcs
->
start
(
chip
)
;
esp_flash_api.c:1189
esp_flash_set_io_mode()
return
rom_spiflash_api_funcs
->
start
(
chip
)
;
esp_flash_api.c:1205
s_encryption_write_lock()
Call Tree
from
examples
rom_spiflash_api_func_t::start
is called by 17 functions:
flash_end_flush_cache()
esp_flash_init()
esp_flash_init_main()
read_id_core()
read_unique_id()
detect_spi_flash_chip()
esp_flash_get_physical_size()
esp_flash_erase_region()
esp_flash_get_chip_write_protect()
esp_flash_set_chip_write_protect()
esp_flash_get_protected_region()
esp_flash_set_protected_region()
esp_flash_read()
esp_flash_write()
esp_flash_get_io_mode()
esp_flash_set_io_mode()
s_encryption_write_lock()
All items filtered out
rom_spiflash_api_func_t::start
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
rom_spiflash_api_func_t::start
implements 1 functions:
spiflash_start_default()
All items filtered out
rom_spiflash_api_func_t::start
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out