ESP-IDF
bootloader_flash_erase_range()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bootloader_flash_erase_range()
bootloader_flash_erase_range() function
Erase the Flash range.
Syntax
Show:
Summary
Declaration
Definition
from
bootloader_flash_priv.h:160
esp_err_t
bootloader_flash_erase_range
(
uint32_t
start_addr
,
uint32_t
size
)
;
Implemented in
bootloader_flash.c:108
Arguments
Argument
Description
start_addr
start address of flash offset
size
sector aligned size to be erased
Return value
esp_err_t
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
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