| uint32_t EC_API_SLV_EEPROM_cbRegisterWrite | ( | EC_API_SLV_SHandle_t * | pHandle, |
| EC_API_SLV_CBEepromWrite_t | cbFunc, | ||
| void * | pContext | ||
| ) |
Register a function lo store the eeprom content.
If the EEPROM content is stored permanently, then the DTK Stack requires a function to write the content.
| [in] | pHandle | Slave API Handle Instance |
| [in] | cbFunc | Store EEPROM Callback |
| [in] | pContext | eepWrite call context |