USBDM
V4.12
|
Structure to hold version information for BDM. More...
#include <USBDM_API.h>
Data Fields | |
unsigned char | bdmSoftwareVersion |
Version of USBDM Firmware. More... | |
unsigned char | bdmHardwareVersion |
Version of USBDM Hardware. More... | |
unsigned char | icpSoftwareVersion |
Version of ICP bootloader Firmware. More... | |
unsigned char | icpHardwareVersion |
Version of Hardware (reported by ICP code) More... | |
Structure to hold version information for BDM.
Definition at line 862 of file USBDM_API.h.
unsigned char USBDM_Version_t::bdmHardwareVersion |
Version of USBDM Hardware.
Definition at line 864 of file USBDM_API.h.
unsigned char USBDM_Version_t::bdmSoftwareVersion |
Version of USBDM Firmware.
Definition at line 863 of file USBDM_API.h.
unsigned char USBDM_Version_t::icpHardwareVersion |
Version of Hardware (reported by ICP code)
Definition at line 866 of file USBDM_API.h.
unsigned char USBDM_Version_t::icpSoftwareVersion |
Version of ICP bootloader Firmware.
Definition at line 865 of file USBDM_API.h.