List of Library's Global Variables

Constant Variables

Name of the Constant

Data Type

Default value

Description

NvParamsMaxSizeForDefaultStructure

WORD

1000

Reserved size for data structure NvDefaultParameters.

Global Variables

Name of the Global

Data Type

Default value

Description

NvInitOk

BOOL

FALSE

Boolean flag tells if nvRam globals are initialised ok. If this flag is set to FALSE globals must not be used!!!.

NVParamsPointerDefaultData

Pointer to NvDefaultParameters

0

Pointer to data content of default MRAM application parameters  in MRAM.

NvParamsPointerUserData

DWORD

0

Address to data area which is reserved for user application parameters

NvParamsResSizeUserData

DWORD

0

Reserved size for the user data. Defined user structure must be smaller than this value.