Macro memory_region_start

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

Macro to get the start of the given memory region.

const DRAM_START: usize = esp_metadata::memory_region_start("DRAM");