ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_himem_free_map_range()
from the following samples and libraries:
himem sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_himem_free_map_range()
esp_himem_free_map_range() function
Free a mapping range This clears out the associated handle making the range available for re-allocation again. This will only succeed if none of the range blocks currently are used for a mapping.
Syntax
Show:
Summary
Declaration
Definition
from
himem.h:103
esp_err_t
esp_himem_free_map_range
(
esp_himem_rangehandle_t
handle
)
;
Implemented in
esp_himem.c:281
Arguments
Argument
Description
handle
Handle to the range block, as given by esp_himem_alloc_map_range
Return value
- ESP_OK if the memory is succesfully freed - ESP_ERR_INVALID_ARG if the handle still is (partially) mapped to
Related Functions
Found 3 other functions taking a
esp_himem_rangedata_t
argument:
Function
Description
esp_himem_map()
Map a block of high memory into the CPUs address space This effectively makes the block available for read/write operations.
esp_himem_unmap()
Unmap a region
esp_himem_alloc_map_range()
Allocate a memory region to map blocks into This allocates a contiguous CPU memory region that can be used to map blocks of physical memory into.
Examples
esp_himem_free_map_range()
is referenced by 1 libraries and example projects:
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out