VitroIO SDK
Software development kit for Vitro Shard.
|
Structure representing space of flash memory. More...
#include <types.h>
Public Member Functions | |
FlashSpace (uint32_t aoffset, uint32_t asectors) | |
Contructor initializes the structure. More... | |
Public Attributes | |
uint32_t | offset |
Specifies offset of flash memory in bytes. More... | |
uint32_t | sectors |
Specifies size of flash memory in sectors count. More... | |
Structure representing space of flash memory.
vitroio::sdk::FlashSpace::FlashSpace | ( | uint32_t | aoffset, |
uint32_t | asectors | ||
) |
Contructor initializes the structure.
aoffset | Offset value |
asectors | Sectors value |
uint32_t vitroio::sdk::FlashSpace::offset |
Specifies offset of flash memory in bytes.
uint32_t vitroio::sdk::FlashSpace::sectors |
Specifies size of flash memory in sectors count.