1.1.19.1 WDRV_WINC_PARTITION Enum
C
typedef enum
{
WDRV_WINC_PARTITION_ALTERNATE,
WDRV_WINC_PARTITION_CURRENT,
WDRV_WINC_PARTITION_LOW,
WDRV_WINC_PARTITION_HIGH
} WDRV_WINC_PARTITION;Description
This type defines the possible WINC device partitions that can be used to hold device firmware images.
Members
| Members | Description |
|---|---|
| WDRV_WINC_PARTITION_ALTERNATE | The partition which does not contain the currently running firmware image. |
| WDRV_WINC_PARTITION_CURRENT | The partition which contains the currently running firmware image. |
| WDRV_WINC_PARTITION_LOW | The low partition. |
| WDRV_WINC_PARTITION_HIGH | The high partition. |
Remarks
None.
