Function parse_iomem_map

Source
pub fn parse_iomem_map(content: &str) -> Result<Vec<MemoryRegion>, ParseError>
Expand description

Parse the given iomem-style memory map to a vector of MemoryRegions.

ยงErrors

This function will return an error if the memory map could not be parsed.