Function reset [src]

Resets the block device hardware.

Prototype

pub fn reset(self: *Self, extended_verification: bool) Status

Parameters

self: *Selfextended_verification: bool

Source

pub fn reset(self: *Self, extended_verification: bool) Status { return self._reset(self, extended_verification); }