1.1.17.2 WDRV_WINC_SYSTEM_EVENT_TYPE

Enum type

Summary

Possible WINC device system events.

Description

Enumeration of possible WINC device system events.

typedef enum
{
/* Invalid system event. */
WDRV_WINC_SYSTEM_EVENT_INVALID,

/* WINC device in hard reset. */
WDRV_WINC_SYSTEM_EVENT_DEVICE_HARD_RESET,

/* WINC device initialization has begun. */
WDRV_WINC_SYSTEM_EVENT_DEVICE_INIT_BEGIN,

/* WINC device initialization has completed. */
WDRV_WINC_SYSTEM_EVENT_DEVICE_INIT_COMPLETE,

/* WINC device is ready. */
WDRV_WINC_SYSTEM_EVENT_DEVICE_READY,

/* WINC device reset has failed. */
WDRV_WINC_SYSTEM_EVENT_DEVICE_RESET_FAILED,

/* WINC device reset has timed out. */
WDRV_WINC_SYSTEM_EVENT_DEVICE_RESET_TIMEOUT,

/* WINC device reset is being retried. */
WDRV_WINC_SYSTEM_EVENT_DEVICE_RESET_RETRY,

/* WINC device comms error has been detected. */
WDRV_WINC_SYSTEM_EVENT_DEVICE_COMMS_ERROR,
} WDRV_WINC_SYSTEM_EVENT_TYPE;