ESP-IDF
s_get_bus_mask()
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
s_get_bus_mask()
s_get_bus_mask() function
Syntax
Show:
Summary
Declaration
from
esp_mmu_map.c:120
static
cache_bus_mask_t
s_get_bus_mask
(
uint32_t
vaddr_start
,
uint32_t
len
)
;
Arguments
Argument
vaddr_start
len
Examples
References
from
examples
Code
Location
Referrer
static
cache_bus_mask_t
s_get_bus_mask
(
uint32_t
vaddr_start
,
uint32_t
len
)
esp_mmu_map.c:120
cache_bus_mask_t
bus_mask
=
s_get_bus_mask
(
(
uint32_t
)
&
_instruction_reserved_start
,
irom_len_to_reserve
)
;
esp_mmu_map.c:144
s_reserve_irom_region()
cache_bus_mask_t
bus_mask
=
s_get_bus_mask
(
(
uint32_t
)
&
_rodata_reserved_start
,
drom_len_to_reserve
)
;
esp_mmu_map.c:172
s_reserve_drom_region()
Call Tree
from
examples
s_get_bus_mask()
is called by 2 functions and calls 1 function:
s_reserve_irom_region()
s_reserve_drom_region()
All items filtered out
s_get_bus_mask()
cache_ll_l1_get_bus()
All items filtered out
Data Use
from
examples
s_get_bus_mask()
:
All items filtered out
s_get_bus_mask()
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