ACI_FillLayer

Top  Previous  Next

 

ACI_FUNC ACI_FillLayer(ACI_Memory_Params * params);

 

Description

 

This function fills a whole active layer of a specified memory buffer with a specified data pattern. This function works much faster than the ACI_WriteLayer function which writes data to the buffer layer.

 

Note! This function fills the programmer's memory buffer with a specified data pattern but does not physically write them to the device being programmed. In order to physically write data from the buffer to the device execute the programmer command (function) Program by means of the ACI_ExecFunction or ACI_StartFunction with appropriate attributes.