1.1.14.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

MembersDescription
WDRV_WINC_PARTITION_ALTERNATEThe partition which does not contain the currently running firmware image.
WDRV_WINC_PARTITION_CURRENTThe partition which contains the currently running firmware image.
WDRV_WINC_PARTITION_LOWThe low partition.
WDRV_WINC_PARTITION_HIGHThe high partition.

Remarks

None.