ESP-IDF
esp_himem_ramdata_t::block_ct
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_himem_ramdata_t::block_ct
esp_himem_ramdata_t::block_ct field
Syntax
Show:
Summary
Declaration
from
esp_himem.c:88
int
block_ct
;
Examples
References
from
examples
Code
Location
Referrer
int
block_ct
;
esp_himem.c:88
r
->
block_ct
=
blocks
;
esp_himem.c:211
esp_himem_alloc()
for
(
int
i
=
0
;
i
<
handle
->
block_ct
;
i
++
)
{
esp_himem.c:225
esp_himem_free()
for
(
int
i
=
0
;
i
<
handle
->
block_ct
;
i
++
)
{
esp_himem.c:231
esp_himem_free()
ESP_RETURN_ON_FALSE
(
ram_block
+
blockcount
<=
handle
->
block_ct
,
ESP_ERR_INVALID_SIZE
,
TAG
,
"args not in range of phys ram handle"
)
;
esp_himem.c:310
esp_himem_map()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_himem_ramdata_t::block_ct
is written by 1 function and is read by 2 functions:
esp_himem_alloc()
All items filtered out
esp_himem_ramdata_t::block_ct
esp_himem_free()
esp_himem_map()
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