1.1.20.6 WDRV_WINC_NVM_READ_STATUS_INFO Struct

C

typedef struct
{
    uint32_t offset;
    uint32_t length;
    const uint8_t *pData;
} WDRV_WINC_READ_STATUS_INFO;

Description

Status information provided upon successful completion of NVM read operation.

Members

MembersDescription
offsetOffset of read block within NVM partition.
lengthLength of data read.
pDataPointer to read data.

Remarks

None.