1.1.20.7 WDRV_WINC_NVM_OPERATION_STATE Struct

C

typedef struct
{
    WDRV_WINC_NVM_OPERATION_TYPE operation;
    WDRV_WINC_NVM_STATUS_CALLBACK pfOperationStatusCB;
    uint8_t *pBuffer;
    uint32_t offset;
    uint32_t length;
    WDRV_WINC_NVM_GEOM_INFO geom;
} WDRV_WINC_NVM_OPERATION_STATE;

Description

Structure containing details relating to an NVM operation.

Members

MembersDescription
operationIndicate what NVM operation is in progress.
pfOperationStatusCBCallback to use for events relating to NVM access.
pBufferPointer to application buffer for read operation.
offsetOffset within NVM partition.
lengthLength of data within NVM operation.
geomNVM geometry information.

Remarks

None.