pub fn parse_iomem_map(content: &str) -> Result<Vec<MemoryRegion>, ParseError>
Expand description
Parse the given iomem
-style memory map to a vector of MemoryRegion
s.
ยงErrors
This function will return an error if the memory map could not be parsed.