DRV_ENCX24J600_Initialize Function
C
SYS_MODULE_OBJ DRV_ENCX24J600_Initialize(SYS_MODULE_INDEX index, SYS_MODULE_INIT * init);
Returns
Valid handle to the driver instance - If successful
SYS_MODULE_OBJ_INVALID - If unsuccessful
Description
ENCX24J600 Initialization This function initializes the ENCx24J600 Driver with configuration data passed into it by either the system_init function or by the DRV_ENCX24J600_StackInitialize function. Calling this function alone is not enough to initialize the driver, DRV_ENCX24J600_SetMacCtrlInfo must be called with valid data before the driver is ready to be opened.
Preconditions
None.
Parameters
Parameters | Description |
---|---|
init | This is a pointer to a DRV_ENX24J600_CONFIG structure. |