![]() |
ISF
2.1
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 189 of file isf_ci.h.
Referenced by App1_ci_app_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 198 of file isf_ci.h.
Referenced by App1_ci_app_callback(), ci_protocol_CB_mbox(), ci_qr_update(), isf_app_callback_mbox(), and rli_ci_app_callback().
uint8 cmd |
Host command
Definition at line 192 of file isf_ci.h.
Referenced by App1_ci_app_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 195 of file isf_ci.h.
Referenced by App1_ci_app_callback(), ci_protocol_CB_mbox(), ci_qr_update(), isf_app_callback_mbox(), and rli_ci_app_callback().