This is the complete list of members for Storage::Partition, including all inherited members.
address() const | Storage::Partition | inline |
apptypeOta(uint8_t i) | Storage::Partition | inlinestatic |
contains(uint32_t addr) const | Storage::Partition | inline |
erase_range(size_t offset, size_t size) | Storage::Partition | |
Flag enum name | Storage::Partition | |
Flags typedef | Storage::Partition | |
flags() const | Storage::Partition | inline |
getBlockSize() const | Storage::Partition | |
getDevice() const | Storage::Partition | inline |
getDeviceAddress(uint32_t &address, size_t size) const | Storage::Partition | |
getDeviceName() const | Storage::Partition | |
isEncrypted() const | Storage::Partition | inline |
isReadOnly() const | Storage::Partition | inline |
lastAddress() const | Storage::Partition | inline |
longTypeString() const | Storage::Partition | |
mDevice | Storage::Partition | protected |
mPart | Storage::Partition | protected |
name() const | Storage::Partition | inline |
Name typedef | Storage::Partition | |
nameSize | Storage::Partition | static |
operator bool() const | Storage::Partition | inlineexplicit |
operator==(const Partition &other) const | Storage::Partition | inline |
operator==(const char *name) const | Storage::Partition | inline |
operator==(const String &name) const | Storage::Partition | inline |
Partition() | Storage::Partition | inline |
Partition(const Partition &other) | Storage::Partition | inline |
Partition(Device &device, const Info &info) | Storage::Partition | inline |
read(size_t offset, void *dst, size_t size) | Storage::Partition | |
read(size_t offset, T &value) | Storage::Partition | inline |
size() const | Storage::Partition | inline |
subType() const | Storage::Partition | inline |
type() const | Storage::Partition | inline |
Type enum name | Storage::Partition | |
typeString() const | Storage::Partition | |
verify(Type type, uint8_t subtype) const | Storage::Partition | |
verify(uint8_t type, uint8_t subtype) const | Storage::Partition | inline |
verify(T subType) const | Storage::Partition | inline |
write(size_t offset, const void *src, size_t size) | Storage::Partition | |