EtherCAT Slave1.12.02

◆ EC_SLV_APP_registerStacklessBoardFunctions()

void EC_SLV_APP_registerStacklessBoardFunctions ( EC_SLV_APP_Sapplication_t pAppInstance_p)

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

Parameters
[in]pAppInstance_pApplication instance handle
Example
// required variables
// the Call
void EC_SLV_APP_registerStacklessBoardFunctions(EC_SLV_APP_Sapplication_t *pAppInstance_p)
Register board related functions, which do not use stack handle.
Definition: ecSlvSimple.c:2015
Definition: ecSlvSimple.h:56
Examples
EtherCAT_Slave_CiA402.c, EtherCAT_Slave_ESI_Parser.c, EtherCAT_Slave_Simple.c, and ecSlvESI.c.