MCPcopy Index your code
hub / github.com/FrameworkComputer/framework-system / flash_notify

Method flash_notify

framework_lib/src/chromium_ec/mod.rs:1134–1137  ·  view source on GitHub ↗
(&self, flag: MecFlashNotify)

Source from the content-addressed store, hash-verified

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

Callers 3

reflashMethod · 0.80
get_entire_ec_flashMethod · 0.80
test_ec_flash_readMethod · 0.80

Calls 1

send_commandMethod · 0.45

Tested by 1

test_ec_flash_readMethod · 0.64