(&self)
| 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> { |