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.