ESP-IDF
rangeblock_t
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
rangeblock_t
rangeblock_t struct
Syntax
Show:
Summary
Declaration
from
esp_himem.c:69
typedef
struct
{
unsigned
int
is_alloced
:
1
;
unsigned
int
is_mapped
:
1
;
unsigned
int
ram_block
:
16
;
}
rangeblock_t
;
Fields
Field
Declared as
rangeblock_t::is_alloced
unsigned
int
:
1
rangeblock_t::is_mapped
unsigned
int
:
1
rangeblock_t::ram_block
unsigned
int
:
16
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
esp_himem.c:69
}
rangeblock_t
;
esp_himem.c:73
rangeblock_t
static
rangeblock_t
*
s_range_descriptor
=
NULL
;
esp_himem.c:76
s_range_descriptor
=
calloc
(
SPIRAM_BANKSWITCH_RESERVE
,
sizeof
(
rangeblock_t
)
)
;
esp_himem.c:155
esp_himem_init()
free
(
s_range_descriptor
)
;
esp_himem.c:159
esp_himem_init()
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
Instance
Scope
Location
Project
s_range_descriptor
esp_himem.c:76
Lifecycle
from
examples
rangeblock_t
is allocated by 1 symbol and is freed by 1 symbol:
esp_himem_init()
All items filtered out
rangeblock_t
esp_himem_init()
All items filtered out