ESP-IDF
esp_himem_rangedata_t::block_ct
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
esp_himem_rangedata_t::block_ct
esp_himem_rangedata_t::block_ct field
Syntax
Show:
Summary
Declaration
from
esp_himem.c:82
int
block_ct
;
Examples
References
from
examples
Code
Location
Referrer
int
block_ct
;
esp_himem.c:82
r
->
block_ct
=
blocks
;
esp_himem.c:251
esp_himem_alloc_map_range()
for
(
int
i
=
0
;
i
<
handle
->
block_ct
;
i
++
)
{
esp_himem.c:284
esp_himem_free_map_range()
for
(
int
i
=
0
;
i
<
handle
->
block_ct
;
i
++
)
{
esp_himem.c:291
esp_himem_free_map_range()
ESP_RETURN_ON_FALSE
(
range_block
+
blockcount
<=
range
->
block_ct
,
ESP_ERR_INVALID_SIZE
,
TAG
,
"args not in range of range handle"
)
;
esp_himem.c:311
esp_himem_map()
ESP_RETURN_ON_FALSE
(
range_block
+
blockcount
<=
range
->
block_ct
,
ESP_ERR_INVALID_ARG
,
TAG
,
"range out of bounds for handle"
)
;
esp_himem.c:347
esp_himem_unmap()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_himem_rangedata_t::block_ct
is written by 1 function and is read by 3 functions:
esp_himem_alloc_map_range()
All items filtered out
esp_himem_rangedata_t::block_ct
esp_himem_free_map_range()
esp_himem_map()
esp_himem_unmap()
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