EtherCAT Slave
 
Loading...
Searching...
No Matches

◆ EC_SLV_APP_ESIP_registerStacklessBoardFunctions()

void EC_SLV_APP_ESIP_registerStacklessBoardFunctions ( EC_SLV_APP_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_ESI_Parser.c, ecSlvESI.c, and ecSlvESI.h.