Macro memory_region_end

Source
macro_rules! memory_region_end {
    ( $var:expr ) => { ... };
}
Expand description

Macro to get the end of the given memory region.

const DRAM_END: usize = esp_metadata::memory_region_end("DRAM");