| uint32_t EC_API_SLV_EEPROM_cbRegisterRead | ( | EC_API_SLV_SHandle_t * | pHandle, |
| EC_API_SLV_CBEepromRead_t | cbFunc, | ||
| void * | pContext | ||
| ) |
Register a function lo load the eeprom content.
If the EEPROM content is stored permanently, then the DTK Stack requires a function to access the content. If nothing is defined, then the EEPROM content is generated dynamically based on the application parameters.
| [in] | pHandle | Slave API Handle Instance |
| [in] | cbFunc | Load EEPROM Callback |
| [in] | pContext | Load EEPROM Callback context |