(&self, flag: MecFlashNotify)
| 1132 | } |
| 1133 | |
| 1134 | pub fn flash_notify(&self, flag: MecFlashNotify) -> EcResult<()> { |
| 1135 | let _data = EcRequestFlashNotify { flags: flag as u8 }.send_command(self)?; |
| 1136 | Ok(()) |
| 1137 | } |
| 1138 | |
| 1139 | /// Read a section of EC flash |
| 1140 | /// Maximum size to read is 0x80/128 bytes at a time |