![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This structure contains host command information. More...
#include <isf_ci.h>
Data Fields | |
uint8 | appId |
uint8 | cmd |
uint16 | offset |
uint8 | byte_cnt |
This structure contains host command information.
This structure contains the host command and parameters passed to the embedded application for processing.
uint8 appId |
Application ID
Definition at line 200 of file isf_ci.h.
Referenced by App1_ci_app_callback(), BasicApp1_CI_Callback(), ci_protocol_CB_mbox(), ci_qr_update(), isf_app_callback_dev_info(), isf_app_callback_mbox(), and rli_ci_app_callback().
uint8 byte_cnt |
Number of bytes to read/write
Definition at line 209 of file isf_ci.h.
Referenced by App1_ci_app_callback(), BasicApp1_CI_Callback(), ci_protocol_CB_mbox(), ci_qr_update(), isf_app_callback_mbox(), and rli_ci_app_callback().
uint8 cmd |
Host command
Definition at line 203 of file isf_ci.h.
Referenced by App1_ci_app_callback(), BasicApp1_CI_Callback(), ci_protocol_CB_mbox(), ci_qr_update(), isf_app_callback_mbox(), and rli_ci_app_callback().
uint16 offset |
Offset into the application's data
Definition at line 206 of file isf_ci.h.
Referenced by App1_ci_app_callback(), BasicApp1_CI_Callback(), ci_protocol_CB_mbox(), ci_qr_update(), isf_app_callback_mbox(), and rli_ci_app_callback().