![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This structure holds the ROM device information such as version and part number and is returned by the _fw_device_info_get() command. More...
#include <isf.h>
Data Fields | |
uint_32 | device_id |
uint_16 | rom_version |
uint_16 | fw_version |
uint_16 | hw_version |
uint_16 | build_code |
uint_16 | part_number |
uint_8 | reset_cause |
uint_8 | secure_mode |
uint_16 | pad |
This structure holds the ROM device information such as version and part number and is returned by the _fw_device_info_get() command.
uint_16 build_code |
FW: Firmware build number and date code. The value is encoded in the following bit fields:
Definition at line 120 of file isf.h.
Referenced by _fw_device_info_get().
uint_32 device_id |
uint_16 fw_version |
FW: Firmware version code: major.minor
Definition at line 118 of file isf.h.
Referenced by _fw_device_info_get().
uint_16 part_number |
FW: BCD encoded part number, e.g. 0x500x
Definition at line 126 of file isf.h.
Referenced by _fw_device_info_get().
uint_8 reset_cause |
uint_8 secure_mode |