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§
- Storage
Ext - 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.