![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This structure holds the ROM device information such as device id and number of EmbApps present. This information is returned by the _fw_device_info_get() API. More...
#include <isf.h>
Data Fields | |
uint32 | system_device_id |
uint8 | emb_apps_present |
isf_info_t | isf_info |
This structure holds the ROM device information such as device id and number of EmbApps present. This information is returned by the _fw_device_info_get() API.
uint8 emb_apps_present |
The ISF library version and build information
Definition at line 191 of file isf.h.
Referenced by _fw_device_info_get().
isf_info_t isf_info |
Definition at line 193 of file isf.h.
Referenced by _fw_device_info_get().
uint32 system_device_id |
< System Device Identification information of the device (SIM_SDID Register) Number of Embedded Applications present in the image
Definition at line 189 of file isf.h.
Referenced by _fw_device_info_get().