#include "device_profiles/discrete_io_device/discrete_io_device_cfg.h"
{
if (NULL == pAdapter)
{
goto laError;
}
...
laError:
{
OSAL_error (__func__, __LINE__, OSAL_STACK_INIT_ERROR, true, 0);
}
return;
}
void DIO_DEVICE_CFG_apply(EI_API_ADP_T *pAdapter)
Applies the discrete io device profile configuration data on stack.
Definition discrete_io_device_cfg.c:200
static uint32_t DIO_DEVICE_CFG_applyIdentity(EI_API_ADP_T *pAdapter)
Applies the identity object attributes on the stack.
Definition discrete_io_device_cfg.c:647
@ EI_API_ADP_eERR_GENERAL
Definition EI_API_ADP_define.h:47
@ EI_API_ADP_eERR_OK
Definition EI_API_ADP_define.h:46