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");macro_rules! memory_region_start {
( $var:expr ) => { ... };
}Macro to get the start of the given memory region.
const DRAM_START: usize = esp_metadata::memory_region_start("DRAM");