pub struct RmwMultiwriteNorFlashStorage<'a, S> { /* private fields */ }
Expand description

Implementations

Instantiate a new generic Storage from a NorFlash peripheral

NOTE This will panic if the provided merge buffer, is smaller than the erase size of the flash peripheral

Trait Implementations

An enumeration of storage errors
Read a slice of data from the storage peripheral, starting the read operation at the given address offset, and reading bytes.len() bytes. Read more
The capacity of the storage peripheral in bytes.
Write a slice of data to the storage peripheral, starting the write operation at the given address offset (between 0 and self.capacity()). Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.