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

◆ EC_API_SLV_CBStackError_t

typedef void(* EC_API_SLV_CBStackError_t) (void *pAppRunCtxt, uint32_t errorCode, uint8_t fatal, uint8_t numOfParam, va_list arg)

Called on severe Stack error (OSAL_error)

Parameters
[in]pAppRunCtxtCallBack Content for use in complex applications.
[in]errorCodeError code from DTK Stack
[in]fatalError type
[in]numOfParamnumber of upcoming parameters
[in]argrest of parameters
See also
OSAL_error