MW_DFU_Info_T
C
typedef struct MW_DFU_Info_T
{
uint32_t fwImageSize;
uint8_t fwFlashType;
} MW_DFU_Info_T;Description
Structure of DFU info which is used to indicate the image information.
Field Documentation
| Field | Description |
|---|---|
| fwImageSize | Firmware image size: MW_DFU_MAX_IMAGE_SIZE. It must be 16-bytes aligned. |
| fwFlashType | Firmware flash type: MW_DFU_FLASH_TYPE |
