DWC_CfReset

Syntax

#include <dwc.h>

DWCCfError DWC_CfReset(void);

Arguments

None.

Return Values

DWC_CF_ERROR_NONE Succeeded.
Other The DWCCfError enumerated type which indicates the error code.

Description

Explicitly releases the memory secured by the DWC_CfSetAppFriendKeyToNWC24Msg function.

Even if this function is not called, the secured memory will be released when the DWC_Shutdown function is called.

You cannot call this function before calling NWC24CommitMsg.

Revision History

1.4.1
Corrected the description of the return values
1.4.0
Created initial version

CONFIDENTIAL