nvramCheckForInitializedVars

nvramCheckForInitializedVars

Function

Checks if the NV variables have been initialized.

Syntax

uint8 nvramCheckForInitializedVars(void)

Description

This function checks if the NV variables inside the model have been initialized with the NVRAM content. This might be triggered by automatic update via the experiment environment or initialization via C code API.

Return code

true

NV variables have been initialized with the NVRAM content.

false

NV variables have not been initialized with the NVRAM content but with their default values.

Example

---

See also

nvramInitModelVars