typedef struct tagPT_FAOLoad
{
INT16U ActiveBuf;
INT16U *DataBuffer;
INT16U start;
INT32U count;
} PT_FAOLoad, * LPT_FAOLoad;
PT_FAOLoad is used in function DRV_FAOLoad.
| Name | Direction | Range | Description |
| ActiveBuf | input | 0,1 | Reserved. |
| DataBuffer | input | default | Binary data array. |
| start | input | 0 or N/2 (N is the data count that allocates the user buffer when initiating FAO. For example, the count in PT_FAODmaExStart indicates N.) | Starting point of the user buffer to be loaded in the data buffer. |
| count | output | N/2 (N is the data count that allocates the user buffer when initiating FAO. For example, the count in PT_FAODmaExStart indicates N.) | It must be half of the output data count. |