1.23.15.1 NVM_Initialize Function

C

void NVM_Initialize( void )

Summary

Initializes given instance of the NVM peripheral.

Description

This function initializes the given instance of the NVM peripheral as configured by the user from within the MHC.

Precondition

None.

Parameters

None.

Returns

None.

Example

NVM_Initialize();

Remarks

This function should be called before calling any other NVM library function.