nvramGetConsistencyLevel

nvramGetConsistencyLevel

Function

Gets the level of NV variable data consistency.

Syntax

T_consistencyLevel nvramGetConsistencyLevel(void)

Description

Gets the level of NV variable data consistency.

No consistency: NVRAM update is done without respect to consistency inside NV variables and between individual NV variables.

Low level consistency: data consistency within NV variables (scalars, vectors and matrices but not characteristics) is guaranteed.

High level consistency: all NV variables are updated without interruption by the model, out of the idle task.

Return code

NVRAM_NO_CONSISTENCY

No consistency

NVRAM_LOW_CONSISTENCY

Low level consistency

NVRAM_HIGH_CONSISTENCY

High level consistency

Example

---

See also

nvramSetConsistencyLevel