Module ext

Source
Expand description

Provides the StorageExt struct for more convenient access.

Storage is provided by the driver, so is supposed to be simple and only contain what’s necessary. StorageExt builds on that to provide more convenient access, e.g. allows unaligned requests and provides write serialization.

Traits§

StorageExt
Helper methods for storage objects.

Functions§

is_aligned 🔒
Check whether the given request is aligned.
write_full_zeroes 🔒
Write zero data to the given area.