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

This structure enables an application to read from or write to the host. More...

#include <isf_ci.h>

Collaboration diagram for ci_app_resp_packet_t:
Collaboration graph

Data Fields

ci_rw_enum rw
 
uint8 bytes_xfer
 
uint8 bytes_left
 

Detailed Description

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.

Definition at line 221 of file isf_ci.h.

Field Documentation

uint8 bytes_left

Number of bytes left to read from or write to the host via the mailboxes.

Definition at line 238 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 233 of file isf_ci.h.

Referenced by App1_ci_app_callback(), BasicApp1_CI_Callback(), ci_protocol_CB_mbox(), isf_app_callback_dev_info(), isf_app_callback_mbox(), and rli_ci_app_callback().

Application read from or write to the host:

  • CI_RW_READ - application reads from the host.
  • CI_RW_WRITE - application writes to the host.

Definition at line 228 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().


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