CustomDevice.h
Go to the documentation of this file.
21 Partition createPartition(const String& name, Partition::Type type, uint8_t subtype, uint32_t offset, size_t size,
31 return createPartition(name, Partition::Type(SubType::partitionType), uint8_t(subtype), offset, size, flags);
Partition createPartition(const String &name, SubType subtype, uint32_t offset, size_t size, Partition::Flags flags=0)
Definition: CustomDevice.h:28
Partition createPartition(const Partition::Info &info)
Represents a storage device (e.g. flash memory)
Definition: Components/Storage/src/include/Storage/Device.h:32
Partition createPartition(const String &name, Partition::Type type, uint8_t subtype, uint32_t offset, size_t size, Partition::Flags flags=0)
Definition: CustomDevice.h:21
Definition: FileDevice.h:23