![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This structure enables an application to read from or write to the host. More...
#include <isf_ci.h>
Data Fields | |
ci_rw_enum | rw |
uint8 | bytes_xfer |
uint8 | bytes_left |
This structure enables an application to read from or write to the host.
This structure is updated by the application's CI callback as a result of handling a command from the host.
uint8 bytes_left |
Number of bytes left to read from or write to the host via the mailboxes.
Definition at line 227 of file isf_ci.h.
Referenced by ci_protocol_CB_mbox(), isf_app_callback_dev_info(), and isf_app_callback_mbox().
uint8 bytes_xfer |
Number of bytes actually read from or written to the host via the mailboxes.
Definition at line 222 of file isf_ci.h.
Referenced by App1_ci_app_callback(), ci_protocol_CB_mbox(), isf_app_callback_dev_info(), isf_app_callback_mbox(), and rli_ci_app_callback().
ci_rw_enum rw |
Application read from or write to the host:
Definition at line 217 of file isf_ci.h.
Referenced by ci_protocol_CB_mbox(), isf_app_callback_dev_info(), isf_app_callback_mbox(), and rli_ci_app_callback().