SetSkipBufferWindowCopy
Function
Sets the location where the communication algorithm obtains the input data.
Prototype
1 | uint32_t SetSkipBufferWindowCopy(uint8_t skipBufferWindowCopy) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
skipBufferWindowCopy |
Input |
Location where the communication algorithm obtains the input data, which is of the uint8_t type. For the
For the |
Returns
- 0: Setting succeeded.
- Other values: Setting failed.
Restrictions
None
Example
For details about the calling example of this API, see Example.
Parent topic: HCCL Tiling APIs