ESP-IDF
rom_spiflash_api_func_t::end
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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
rom_spiflash_api_func_t::end
rom_spiflash_api_func_t::end field
Syntax
Show:
Summary
Declaration
from
esp_flash_api.c:159
esp_err_t
(
*
end
)
(
esp_flash_t
*
chip
,
esp_err_t
err
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
esp_err_t
(
*
end
)
(
esp_flash_t
*
chip
,
esp_err_t
err
)
;
esp_flash_api.c:159
DRAM_ATTR
static
rom_spiflash_api_func_t
default_spiflash_rom_api
=
{
esp_flash_api.c:166
default_spiflash_rom_api
spiflash_end_default()
.
end
=
spiflash_end_default
,
esp_flash_api.c:168
return
rom_spiflash_api_funcs
->
end
(
chip
,
err
)
;
esp_flash_api.c:241
flash_end_flush_cache()
return
rom_spiflash_api_funcs
->
end
(
chip
,
err
)
;
esp_flash_api.c:321
esp_flash_init()
return
rom_spiflash_api_funcs
->
end
(
chip
,
err
)
;
esp_flash_api.c:401
esp_flash_init_main()
return
rom_spiflash_api_funcs
->
end
(
chip
,
err
)
;
esp_flash_api.c:435
read_id_core()
return
rom_spiflash_api_funcs
->
end
(
chip
,
err
)
;
esp_flash_api.c:466
read_unique_id()
err
=
rom_spiflash_api_funcs
->
end
(
chip
,
err
)
;
esp_flash_api.c:516
detect_spi_flash_chip()
return
rom_spiflash_api_funcs
->
end
(
chip
,
err
)
;
esp_flash_api.c:552
esp_flash_get_physical_size()
err
=
rom_spiflash_api_funcs
->
end
(
chip
,
err
)
;
esp_flash_api.c:638
esp_flash_erase_region()
err
=
rom_spiflash_api_funcs
->
end
(
chip
,
ESP_OK
)
;
esp_flash_api.c:690
esp_flash_erase_region()
return
rom_spiflash_api_funcs
->
end
(
chip
,
err
)
;
esp_flash_api.c:739
esp_flash_get_chip_write_protect()
return
rom_spiflash_api_funcs
->
end
(
chip
,
err
)
;
esp_flash_api.c:755
esp_flash_set_chip_write_protect()
return
rom_spiflash_api_funcs
->
end
(
chip
,
err
)
;
esp_flash_api.c:817
esp_flash_get_protected_region()
return
rom_spiflash_api_funcs
->
end
(
chip
,
err
)
;
esp_flash_api.c:847
esp_flash_set_protected_region()
rom_spiflash_api_funcs
->
end
(
chip
,
err
)
;
esp_flash_api.c:902
esp_flash_read()
err
=
rom_spiflash_api_funcs
->
end
(
chip
,
err
)
;
esp_flash_api.c:906
esp_flash_read()
err
=
rom_spiflash_api_funcs
->
end
(
chip
,
err
)
;
esp_flash_api.c:1100
esp_flash_write()
err
=
rom_spiflash_api_funcs
->
end
(
chip
,
err
)
;
esp_flash_api.c:1176
esp_flash_get_io_mode()
return
rom_spiflash_api_funcs
->
end
(
chip
,
err
)
;
esp_flash_api.c:1194
esp_flash_set_io_mode()
esp_err_t
err
=
rom_spiflash_api_funcs
->
end
(
chip
,
ESP_OK
)
;
esp_flash_api.c:1209
s_encryption_write_unlock()
Call Tree
from
examples
rom_spiflash_api_func_t::end
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_unlock()
All items filtered out
rom_spiflash_api_func_t::end
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::end
implements 1 functions:
spiflash_end_default()
All items filtered out
rom_spiflash_api_func_t::end
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out