#include <dwc.h>
void DWC_ClearDirtyFlag(DWCUserData *userdata);userdata |
Pointer to the DWCUserData structure where the user data is stored. |
None.
Clears the dirty flag in user data and recalculates the CRC value included in user data.
The dirty flag is found in the DWCUserData structure. It is set when user data is changed.
The CRC value is used by the DWC_CheckUserData function, which checks the validity of user data when loading saved user data into memory.
DWC_CreateUserData
DWC_CheckDirtyFlag
DWC_LoginAsync
DWC_CheckUserData
For the change log prior to 5.1 PR2, click here.
CONFIDENTIAL