![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
Macros | |
#define | __CDEUserType_ISFCore1_Type |
Typedefs | |
typedef char | ISFCore1_Type |
Functions | |
ci_response_enum | rli_ci_app_callback (ci_host_cmd_packet_t *, ci_app_resp_packet_t *) |
ci_response_enum | App1_ci_app_callback (ci_host_cmd_packet_t *, ci_app_resp_packet_t *) |
void | PM_task (uint32_t task_init_data) |
void | CI_task (uint32_t task_init_data) |
Variables | |
const ci_funcp_t | ci_callback [] |
Command interpreter callbacks. The array index is the application ID. More... | |
#define __CDEUserType_ISFCore1_Type |
Definition at line 62 of file ISFCore1.h.
typedef char ISFCore1_Type |
Definition at line 63 of file ISFCore1.h.
ci_response_enum App1_ci_app_callback | ( | ci_host_cmd_packet_t * | , |
ci_app_resp_packet_t * | |||
) |
Definition at line 313 of file App1.c.
References App1_GotoState(), App1_STATE_STOPPED_UNSUBSCRIBED, App1AppInstance_t::appId, ci_host_cmd_packet_t::appId, ci_host_cmd_packet_t::byte_cnt, ci_app_resp_packet_t::bytes_xfer, CI_CMD_READ_APP_DATA, CI_CMD_READ_CONFIG, CI_CMD_RESET_APP, CI_CMD_UPDATE_QUICKREAD, CI_CMD_WRITE_CONFIG, CI_ERROR_COMMAND, CI_ERROR_NONE, CI_INVALID_COUNT, ci_host_cmd_packet_t::cmd, App1AppSettings_t::control, CTRL_POWER_MASK, CTRL_STATE_MASK, App1AppInstance_t::data, GET_FIELD, App1AppInstance_t::instance, isf_ci_app_read(), isf_ci_app_write(), isf_ci_qr_update(), isf_power_set(), isf_SubscriptionSettings_t::nSamplePeriod, ci_host_cmd_packet_t::offset, App1AppSettings_t::OrientSettings_Sub0, App1AppInstance_t::outputBufferLock, App1AppSettings_t::PressSettings_Sub1, SET_FIELD, App1AppInstance_t::settings, and startof.
void CI_task | ( | uint32_t | task_init_data | ) |
Definition at line 94 of file ISFCore1.c.
References isf_system_sync(), and task_ci().
void PM_task | ( | uint32_t | task_init_data | ) |
Definition at line 71 of file ISFCore1.c.
References isf_system_sync(), and task_idle().
ci_response_enum rli_ci_app_callback | ( | ci_host_cmd_packet_t * | , |
ci_app_resp_packet_t * | |||
) |
Definition at line 151 of file rli_project.c.
References device_cmd_packet_t::appId, ci_host_cmd_packet_t::appId, ci_host_cmd_packet_t::byte_cnt, ci_app_resp_packet_t::bytes_xfer, rliAppState_t::CfgBuffer, rliAppStatus_t::channel, CI_CMD_DEVICE_READ, CI_CMD_DEVICE_WRITE, CI_CMD_READ_APP_DATA, CI_CMD_READ_APP_STATUS, CI_CMD_READ_CONFIG, CI_CMD_RESET_APP, CI_CMD_UPDATE_QUICKREAD, CI_CMD_WRITE_CONFIG, CI_ERROR_COMMAND, CI_ERROR_NONE, CI_INVALID_COUNT, CI_RW_READ, CI_RW_WRITE, close_channel(), device_cmd_packet_t::cmd, ci_host_cmd_packet_t::cmd, rliAppState_t::cmdBuffer, cmdBuffer_t, rliAppStatus_t::device, device_connect(), device_disconnect(), rliAppStatus_t::error, FSL_RLI_APP_ID, isf_ci_app_read(), isf_ci_app_write(), isf_ci_qr_update(), isf_rli_read(), isf_rli_write(), ISF_SUCCESS, device_cmd_packet_t::nRead, device_cmd_packet_t::nWrite, ci_host_cmd_packet_t::offset, open_channel(), rliAppState_t::pHandle, rliAppState_t::rcvBuffer, rcvBuffer_t, RLI_APP_STATE_OPEN, ci_app_resp_packet_t::rw, and rliAppState_t::status.
const ci_funcp_t ci_callback[] |
Command interpreter callbacks. The array index is the application ID.
Definition at line 49 of file ISFCore1.c.
Referenced by ci_mbox_init(), ci_protocol_CB_mbox(), and ci_qr_update().