MCPcopy Create free account
hub / github.com/SmingHub/Sming / Type

Enum Type

Sming/Components/Storage/src/include/Storage/Device.h:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 * @brief Storage type
41 */
42 enum class Type : uint8_t {
43 partitionType = uint8_t(Partition::Type::storage),
44#define XX(type, value, desc) type = value,
45 STORAGE_TYPE_MAP(XX)
46#undef XX
47 };
48
49 Device() : mPartitions(*this)
50 {

Callers 4

toStringFunction · 0.50
toLongStringFunction · 0.50
loadPartitionsMethod · 0.50
findPartitionFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected