EtherCAT SubDevice
 
Loading...
Searching...
No Matches

◆ EC_SLV_APP_SS_registerStacklessBoardFunctions()

void EC_SLV_APP_SS_registerStacklessBoardFunctions ( EC_SLV_APP_SS_Application_t pAppInstance_p)

Register board related functions, which do not use stack handle.

Parameters
[in]pAppInstance_pApplication instance handle
Example
// required variables
EC_SLV_APP_Application_t *pAppInstance;
// the Call
EC_SLV_APP_registerStacklessBoardFunctions(pAppInstance);
Examples
EtherCAT_SubDevice_Simple.c, EtherCAT_SubDevice_Webserver.c, ecSubDeviceSimple.h, and ecSubDeviceWebserver.h.