Flash

Undocumented in source.
struct Flash (
uint byteSize
) if (
byteSize == 64 * BYTES_PER_KIB ||
byteSize == 128 * BYTES_PER_KIB
) {}

Constructors

this
this(void[] memory)
Undocumented in source.

Members

Functions

get
T get(uint address)
Undocumented in source. Be warned that the author may not have intended to support it.
getArray
T[] getArray(uint address, uint size)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(uint address, T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta