Function |
|
Swap bufferINFO and bufferAUX |
Purpose |
|
Temporary bufferINFO saving |
Syntax |
|
void swapBufferINFO() |
Parameters |
|
– |
Return value |
|
– |
Output values |
|
Content of bufferINFO and bufferAUX (64 B) is swapped. See Example E06–RAM. |
Preconditions |
|
memoryLimit is applied to to swap less than 64 B. If memoryLimit = 0 , complete 64 B is swapped. |
Remarks |
|
– |
Side effects |
|
– |
See also |
|
|
Example |
|
swapBufferInfo(); // Temporarily save bufferInfo to bufferAUX appInfo(); // Get user data from EEPROM ... swapBufferInfo(); // and restore previous data in bufferInfo |