ACI_StartFunction |
Top Previous Next |
ACI_FUNC ACI_StartFunction(ACI_Function_Params * params);
Description
This function launches one of the programming operation (Read, Erase, Verify, etc.) specified by the ACI_Function_Params and immediately returns control to the external application no matter whether the programming operation, initiated by the ACI_StartFunction, has or has not completed. The ACI_StartFunction is different from the ACI_ExecFunction. It is possible to check if the operation has completed by the ACI_GetStatus function call. This allows monitoring the execution of programming operations if they last for a long time.
|