EtherCAT Slave1.12.02

◆ EC_SLV_APP_startInputHandler()

EC_API_SLV_EUserRetCodes_t EC_SLV_APP_startInputHandler ( void *  pCtxt_p,
uint16_t *  pIntMask_p 
)

Get cycle time information.

Parameters
[in]pCtxt_pCallback context.
[in]pIntMask_pRegister 0x204 value.
Returns
ErrorCode Closer description of ErrorCode, if required.
Example
#include <ecSlvApi.h>
// required variables
EC_API_SLV_SHandle_t* S_ecSlvApiHdl;
uint16_t intMask;
// the Call
retVal = EC_SLV_APP_startInputHandler(S_ecSlvApiHdl, &intMask);
EC_API_SLV_EUserRetCodes_t EC_SLV_APP_startInputHandler(void *ctxt, uint16_t *pIntMask)
Get cycle time information.
Definition: ESL_cia402Demo.c:247
struct EC_API_SLV_SHandle EC_API_SLV_SHandle_t
EC_API_SLV_SHandle_t describes the EtherCAT Slave API.
Definition: ecSlvApi.h:157
Examples
ESL_cia402Demo.c.