| ACI_ExecFunction | Top Previous Next | 
| 
 ACI_FUNC ACI_ExecFunction(ACI_Function_Params * params); 
 Description 
 This function launches one of the programming operation (Read, Erase, Verify, etc.) specified by the ACI_Function_Params. During execution the ACI_ExecFunction does not allow calling any other ACI function until the programming operation, initiated by the ACI_ExecFunction function, completes the job. The ACI_ExecFunction from the ACI_StartFunction that returns control immediately after it was called. 
 |