DRV_ENC28J60_Status Function
C
SYS_STATUS DRV_ENC28J60_Status(SYS_MODULE_OBJ obect);
Returns
SYS_STATUS_ERROR - if an invalid handle has been passed in
SYS_STATUS_UNINITIALIZED - if the driver has not completed initialization
SYS_STATUS_BUSY - if the driver is closing and moving to the closed state
SYS_STATUS_READY - if the driver is ready for client commands
Description
ENC28J60 Status This function will get the status of the driver instance.
Preconditions
The driver had to be successfully initialized with DRV_ENC28J60_Initialize().
Parameters
Parameters | Description |
---|---|
object | The object valid passed back to DRV_ENC28J60_Initialize() |