Function probe_rs::flashing::erase_all

source ·
pub fn erase_all(
    session: &mut Session,
    progress: Option<FlashProgress>
) -> Result<(), FlashError>
Expand description

Mass-erase all nonvolatile memory.

The optional progress will only be used to emit RTT messages. No actual indication for the state of the erase all operation will be given.