PMSIS BSP
|
partition information structure
Data Fields | |
struct pi_device * | flash |
pi_partition_type_t | type |
pi_partition_subtype_t | subtype |
uint32_t | offset |
uint32_t | size |
char | label [17] |
bool | encrypted |
bool | read_only |
bool pi_partition_t::encrypted |
flag is set to true if partition is encrypted
struct pi_device* pi_partition_t::flash |
Flash device on which the partition resides
char pi_partition_t::label[17] |
partition label, zero-terminated ASCII string
uint32_t pi_partition_t::offset |
starting address of the partition in flash
bool pi_partition_t::read_only |
flag is set to true if partition is read only
uint32_t pi_partition_t::size |
size of the partition, in bytes
pi_partition_subtype_t pi_partition_t::subtype |
partition subtype
pi_partition_type_t pi_partition_t::type |
partition type (app/data)