ESP-IDF
set_bank()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
set_bank()
set_bank() function
Syntax
Show:
Summary
Declaration
from
esp_himem.c:104
static
void
set_bank
(
int
virt_bank
,
int
phys_bank
,
int
ct
)
;
Arguments
Argument
virt_bank
phys_bank
ct
Examples
References
from
examples
Code
Location
Referrer
static
void
set_bank
(
int
virt_bank
,
int
phys_bank
,
int
ct
)
esp_himem.c:104
set_bank
(
VIRT_HIMEM_RANGE_BLOCKSTART
+
range
->
block_start
+
i
+
range_block
,
handle
->
block
[
i
+
ram_block
]
+
PHYS_HIMEM_BLOCKSTART
,
1
)
;
esp_himem.c:329
esp_himem_map()
Call Tree
from
examples
set_bank()
is called by 1 function and calls 2 functions:
esp_himem_map()
All items filtered out
set_bank()
__assert_func()
cache_sram_mmu_set()
All items filtered out
Data Use
from
examples
set_bank()
:
All items filtered out
set_bank()
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