Function
nuEepromCheck
Syntax
Arguments
Return Value
Explanation
Checks to see whether there is any EEPROM. If so, it checks the type. The return values are EEPROM_TYPE_4K if it is a 4Kbit type, and EEPROM_TYPE16K if it is a 16Kbit type of EEPROM.
If the return value is 0, that means there is no EEPROM.
If the EEPROM Manager is not registered, the return value is -1.
See Also
nuEepromMgrInit
s32 nuEepromCheck(void)
None
Checks for EEPROM
nuEepromRead
nuEepromWrite