![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This structure holds the ISF library information such
as version and part number.
More...
#include <isf.h>
Data Fields | |
uint8 | majorVersion |
IPSF library major version number.- dev info cmd encodes this in 8 bits. More... | |
uint8 | minorVersion |
ISF library minor version number.- dev info cmd encodes this in 8 bits. More... | |
uint16 | buildCode |
Build code is the 16 bit code returned by the device info command. More... | |
uint16 | partNumber |
Part number this library is targeted for.- dev info cmd encodes this in 8 bits. More... | |
uint8 | buildTime [9] |
The time of the ISF build "hh:mm:ss". More... | |
This structure holds the ISF library information such
as version and part number.
uint16 buildCode |
Build code is the 16 bit code returned by the device info command.
Definition at line 102 of file isf.h.
Referenced by _fw_device_info_get().
uint8 majorVersion |
IPSF library major version number.- dev info cmd encodes this in 8 bits.
Definition at line 93 of file isf.h.
Referenced by _fw_device_info_get().
uint8 minorVersion |
ISF library minor version number.- dev info cmd encodes this in 8 bits.
Definition at line 95 of file isf.h.
Referenced by _fw_device_info_get().
uint16 partNumber |
Part number this library is targeted for.- dev info cmd encodes this in 8 bits.
Definition at line 104 of file isf.h.
Referenced by _fw_device_info_get().