EtherCAT Slave  1.06.01

◆ 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
Examples
EtherCAT_Slave_CiA402.c, EtherCAT_Slave_ESI_Parser.c, and EtherCAT_Slave_Simple.c.
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.
Definition: ecSlvSimple.c:2114
EC_SLV_APP_Sapplication
Definition: ecSlvSimple.h:55