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
Members | Description |
---|---|
operation | Indicate what NVM operation is in progress. |
pfOperationStatusCB | Callback to use for events relating to NVM access. |
pBuffer | Pointer to application buffer for read operation. |
offset | Offset within NVM partition. |
length | Length of data within NVM operation. |
geom | NVM geometry information. |
Remarks
None.