libctru
v2.4.1
|
CFGNOR service. More...
Go to the source code of this file.
Functions | |
Result | cfgnorInit (u8 value) |
Initializes CFGNOR. More... | |
void | cfgnorExit (void) |
Exits CFGNOR. | |
Result | cfgnorDumpFlash (u32 *buf, u32 size) |
Dumps the NOR flash. More... | |
Result | cfgnorWriteFlash (u32 *buf, u32 size) |
Writes the NOR flash. More... | |
Result | CFGNOR_Initialize (u8 value) |
Initializes the CFGNOR session. More... | |
Result | CFGNOR_Shutdown (void) |
Shuts down the CFGNOR session. | |
Result | CFGNOR_ReadData (u32 offset, u32 *buf, u32 size) |
Reads data from NOR. More... | |
Result | CFGNOR_WriteData (u32 offset, u32 *buf, u32 size) |
Writes data to NOR. More... | |
CFGNOR service.
Initializes the CFGNOR session.
value | Unknown, usually 1. |
Reads data from NOR.
offset | Offset to read from. |
buf | Buffer to read data to. |
size | Size of the buffer. |
Writes data to NOR.
offset | Offset to write to. |
buf | Buffer to write data from. |
size | Size of the buffer. |
Dumps the NOR flash.
buf | Buffer to dump to. |
size | Size of the buffer. |