Definition of a xff section header. More...
#include <fwupdate.h>
Public Attributes | |
uint8_t | m_addressLength |
uint8_t | m_chipId |
uint8_t | m_firmwareRevision [3] |
uint32_t | m_globalId |
uint8_t | m_hardwareVersion [2] |
uint8_t | m_numberOfSections |
uint16_t | m_pageSize |
char | m_productCode [20] |
uint32_t | m_productVariant |
uint32_t | m_sectionSize |
uint16_t | m_sliceSize |
uint8_t | m_xffVersion [2] |
Definition of a xff section header.
Definition at line 87 of file fwupdate.h.
uint8_t XffHeader::m_addressLength |
Address length
Definition at line 95 of file fwupdate.h.
uint8_t XffHeader::m_chipId |
ChipId
Definition at line 93 of file fwupdate.h.
uint8_t XffHeader::m_firmwareRevision[3] |
Firmware revision
Definition at line 91 of file fwupdate.h.
uint32_t XffHeader::m_globalId |
globalId
Definition at line 89 of file fwupdate.h.
uint8_t XffHeader::m_hardwareVersion[2] |
Hardware version (only in xff version > 2)
Definition at line 98 of file fwupdate.h.
uint8_t XffHeader::m_numberOfSections |
Number of sections in the xff file
Definition at line 94 of file fwupdate.h.
uint16_t XffHeader::m_pageSize |
Page size
Definition at line 96 of file fwupdate.h.
char XffHeader::m_productCode[20] |
Product code (only in xff version > 3)
Definition at line 99 of file fwupdate.h.
uint32_t XffHeader::m_productVariant |
Product variant (only in xff version > 3)
Definition at line 100 of file fwupdate.h.
uint32_t XffHeader::m_sectionSize |
Section size
Definition at line 90 of file fwupdate.h.
uint16_t XffHeader::m_sliceSize |
Slice size
Definition at line 97 of file fwupdate.h.
uint8_t XffHeader::m_xffVersion[2] |
xff version
Definition at line 92 of file fwupdate.h.