MCPcopy Create free account
hub / github.com/FrameworkComputer/framework-system / dump_mem_region

Method dump_mem_region

framework_lib/src/chromium_ec/mod.rs:323–326  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

321 }
322
323 pub fn dump_mem_region(&self) -> Option<Vec<u8>> {
324 // Crashes on Linux cros_ec driver if we read the last byte
325 self.read_memory(0x00, EC_MEMMAP_SIZE - 1)
326 }
327
328 /// Get EC firmware build information
329 pub fn version_info(&self) -> EcResult<String> {

Callers 1

selftestFunction · 0.80

Calls 1

read_memoryMethod · 0.80

Tested by

no test coverage detected