Function
nuEepromWrite
Syntax
Arguments
Return Value
Explanation
Writes data from the specified "buffer" to the specified "address" in EEPROM. The specified "address" is 0-63 for 4K EEPROM and 0-255 for 16K EEPROM, and len*8 bytes of data are read.
See Also
s32 nuEepromWrite(u8 address, u8* buffer, u16 len)
Writes data to EEPROM
nuEepromMgrInit
nuEepromCheck
nuEepromRead