ESP-IDF
regions_overlap()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
regions_overlap()
regions_overlap() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_flash_api.c:558
inline
static
bool
regions_overlap
(
uint32_t
a_start
,
uint32_t
a_len
,
uint32_t
b_start
,
uint32_t
b_len
)
;
Implemented in
esp_flash_api.c:1125
Arguments
Argument
a_start
a_len
b_start
b_len
Examples
References
from
examples
Code
Location
Referrer
inline
static
IRAM_ATTR
bool
regions_overlap
(
uint32_t
a_start
,
uint32_t
a_len
,
uint32_t
b_start
,
uint32_t
b_len
)
esp_flash_api.c:1125
inline
static
bool
regions_overlap
(
uint32_t
a_start
,
uint32_t
a_len
,
uint32_t
b_start
,
uint32_t
b_len
)
;
esp_flash_api.c:558
&&
regions_overlap
(
start
,
len
,
region
->
offset
,
region
->
size
)
)
{
esp_flash_api.c:632
esp_flash_erase_region()
Call Tree
from
examples
regions_overlap()
is called by 1 function:
esp_flash_erase_region()
All items filtered out
regions_overlap()
All items filtered out
Data Use
from
examples
regions_overlap()
:
All items filtered out
regions_overlap()
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