ALF_ACCEL_DTL_BEGIN - Marks the beginning of a data transfer list for the specified target buffer_type.
ALF_ACCEL_DTL_BEGIN (void* p_dtl, ALF_IO_BUF_TYPE_T buf_type, unsigned int offset);
Parameters | |
p_dtl[IN/OUT] | Pointer to buffer for the data transfer list data structure. |
buf_type |
|
offset[IN] | Offset to the input or output buffer pointer in local memory to which the data transfer list refers to. |
None. |