Showing changes from revision #1 to #2:
Added | Removed | Changed
Entry | |
---|---|
R0 | 3 |
R1 | NVRAM address |
R2 | Pointer to buffer |
R3 | Number of bytes |
Exit | |
---|---|
All registers preserved |
The purpose of this call is to read a series of bytes from NVRAM and into the buffer pointed to by R1.
If you only need to read one byte, you can use OS_NVMemory 1 instead.
This call will enable interrupts for the duration of the NVRAM operation.