EtherCAT Slave
 
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
// the Call
EC_SLV_APP_registerStacklessBoardFunctions(pAppInstance);
Definition ecSlvESI.h:55
Examples
EtherCAT_Slave_Simple.c, and ecSlvSimple.h.