1.1.4.14 WDRV_WINC_DCPT

Struct type

Summary

The defines the WINC driver descriptor.

Description

This data type defines the system level descriptor for the WINC driver. This structure is initialized by a call to WDRV_WINC_Initialize.

Remarks

None.

typedef struct
{
/* Flag indicating if the driver has been initialized. */
bool isInit;

/* Driver status which can be queried via WDRV_WINC_Status. */
SYS_STATUS sysStat;

/* Flag indicating if this instance of the driver has been opened by
a call to WDRV_WINC_Open. */
bool isOpen;

WDRV_WINC_SYSTEM_EVENT_CALLBACK pfEventCallback;

/* Pointer to instance specific descriptor (Control). */
WDRV_WINC_CTRLDCPT *pCtrl;
} WDRV_WINC_DCPT;