1.5.1.4.5 SRV_STORAGE_PRIME_MODE_INFO_CONFIG Struct
C
typedef struct {
uint16_t cfgKey;
uint8_t primeVersion;
uint8_t boardMode;
} SRV_STORAGE_PRIME_MODE_INFO_CONFIG;
Summary
Structure and key to define the PRIME board configuration information that needs to be kept in non-volatile storage.
Description
This data type defines the structure and key to define the PRIME board configurationm information used by the PRIME stack as well as the user application that needs to be kept in non-volatile storage.
PRIME version indicates the PRIME version protocol (PRIME_VERSION_1_3 or PRIME_VERSION_1_4).
The board mode indicates the board function (PRIME_MODE_BN or PRIME_MODE_SN).
Remarks
None.