ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
device_info_t Struct Reference

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>

Collaboration diagram for device_info_t:
Collaboration graph

Data Fields

uint32 system_device_id
 
uint8 emb_apps_present
 
isf_info_t isf_info
 

Detailed Description

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.

Definition at line 187 of file isf.h.

Field Documentation

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().


The documentation for this struct was generated from the following file: