Macro memory_range

Source
macro_rules! memory_range {
    ("DRAM") => { ... };
}
Available on crate feature _device-selected only.
Expand description

Macro to get the address range of the given memory region.