Struct embedded_storage::nor_flash::RmwMultiwriteNorFlashStorage[][src]

pub struct RmwMultiwriteNorFlashStorage<'a, S> { /* fields omitted */ }
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

Performs the conversion.

Performs the conversion.

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.