Result cfgnorDumpFlash(u32 *buf, u32 size)
Dumps the NOR flash.
void cfgnorExit(void)
Exits CFGNOR.
Result cfgnorInit(u8 value)
Initializes CFGNOR.
Result CFGNOR_Shutdown(void)
Shuts down the CFGNOR session.
Result cfgnorWriteFlash(u32 *buf, u32 size)
Writes the NOR flash.
Result CFGNOR_WriteData(u32 offset, u32 *buf, u32 size)
Writes data to NOR.
Result CFGNOR_ReadData(u32 offset, u32 *buf, u32 size)
Reads data from NOR.
Result CFGNOR_Initialize(u8 value)
Initializes the CFGNOR session.
uint8_t u8
would be nice if newlib had this already
Definition: types.h:21
s32 Result
Function result.
Definition: types.h:42
uint32_t u32
32-bit unsigned integer
Definition: types.h:23