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