Function |
|
Copy bufferINFO to bufferRF |
Purpose |
|
Data transfer between buffers |
Syntax |
|
void copyBufferINFO2RF() |
Parameters |
|
– |
Return value |
|
– |
Output values |
|
– |
Preconditions |
|
Offsets memoryOffsetFrom and memoryOffsetTo are applied (see above). |
Remarks |
|
• If memoryOffsetFrom = 0, memoryOffsetTo = 0 and memoryLimit = 0, complete 64 B is copied. • See Example E06–RAM. |
Side effects |
|
– |
See also |
|
clearBufferINFO, copyBufferINFO2COM, copyBufferRF2COM, copyBufferRF2INFO, copyBufferCOM2RF, copyBufferCOM2INFO, compareBufferINFO2RF, copyMemoryBlock |
Example |
|
copyBufferINFO2RF(); |