EtherCAT SubDevice
 
Loading...
Searching...
No Matches
EEPROM related functions and callbacks

Overview

Functions

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.
 
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.
 
uint32_t EC_API_SLV_EEPROM_cbRegisterInit (EC_API_SLV_SHandle_t *pHandle, EC_API_SLV_CBEepromInit_t cbFunc, void *pContext)
 Initialize flash memory block.