ESP-IDF
s_rangeblockcnt
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
s_rangeblockcnt
s_rangeblockcnt variable
Syntax
Show:
Summary
Declaration
from
esp_himem.c:78
static
const
int
s_rangeblockcnt
=
SPIRAM_BANKSWITCH_RESERVE
;
Examples
References
from
examples
Code
Location
Referrer
static
const
int
s_rangeblockcnt
=
SPIRAM_BANKSWITCH_RESERVE
;
esp_himem.c:78
return
(
rangeblock_idx
>=
0
&&
rangeblock_idx
<
s_rangeblockcnt
)
;
esp_himem.c:101
rangeblock_idx_valid()
for
(
int
i
=
0
;
i
<
s_rangeblockcnt
;
i
++
)
{
esp_himem.c:255
esp_himem_alloc_map_range()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_rangeblockcnt
is read by 2 functions:
All items filtered out
s_rangeblockcnt
rangeblock_idx_valid()
esp_himem_alloc_map_range()
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