partition infomation
Public Members
partition name
partition offset
partition size
partition flag
initialize partition table module
Note
Partition table must exist in flash, and it must be burned to CONFIG_WM_PARTITION_TABLE_OFFSET
WM_ERR_SUCCESS: success
WM_ERR_NOT_FOUND: fail
find a partition information by partition name
must called after wm_partition_table_init
name – [in] partition name
partition – [out] partition information, wm_partition_item_t
WM_ERR_INVALID_PARAM: invalid argument
WM_ERR_NOT_FOUND: Not found the partition
print partition table information