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(storage_size_t addr) const | Storage::Partition | inline |
| diskpart() const | Storage::Partition | inline |
| erase_range(storage_size_t offset, storage_size_t size) | Storage::Partition | |
| Flag enum name | Storage::Partition | |
| Flags typedef | Storage::Partition | |
| flags() const | Storage::Partition | inline |
| fullType() const | Storage::Partition | inline |
| getBlockSize() const | Storage::Partition | |
| getDeviceAddress(storage_size_t &address, storage_size_t size) const | Storage::Partition | |
| getDeviceName() const | Storage::Partition | |
| getSectorCount() const | Storage::Partition | inline |
| getSectorSize() 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 T &other) const | Storage::Partition | inline |
| 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 |
| printTo(Print &p) const | Storage::Partition | |
| read(storage_size_t offset, void *dst, size_t size) | Storage::Partition | |
| read(storage_size_t offset, T &value) | Storage::Partition | inline |
| size() const | Storage::Partition | inline |
| subType() const | Storage::Partition | inline |
| sync() | Storage::Partition | |
| 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(storage_size_t offset, const void *src, size_t size) | Storage::Partition | |