pub struct MemoryLayout { /* private fields */ }Expand description
Information about the memory layout of a chip.
Implementations§
Source§impl MemoryLayout
impl MemoryLayout
Sourcepub fn region(&self, name: &str) -> Option<&'static MemoryRegion>
pub fn region(&self, name: &str) -> Option<&'static MemoryRegion>
Returns the memory region with the given name.