1.1.20.5 WDRV_WINC_NVM_CHK_STATUS_INFO Struct
C
typedef struct { uint32_t offset; uint32_t length; WDRV_WINC_NVM_CHECK_MODE_TYPE mode; union { uint16_t crc16; struct { uint8_t l; const uint8_t *p; } hash; }; } WDRV_WINC_NVM_CHK_STATUS_INFO;
Description
Status information provided upon successful completion of NVM check operation.
Members
Members | Description |
---|---|
offset | Offset check began at. |
length | Number of bytes checked. |
mode | Check algorithm/method used. |
crc16 | CRC16 result. |
hash.l | Length of hash value. |
hash.p | Pointer to hash value. |
Remarks
None.