ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ISFCore1 module documentation

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...
 

Detailed Description

Macro Definition Documentation

#define __CDEUserType_ISFCore1_Type

Definition at line 62 of file ISFCore1.h.

Typedef Documentation

typedef char ISFCore1_Type

Definition at line 63 of file ISFCore1.h.

Function Documentation

void CI_task ( uint32_t  task_init_data)

Definition at line 94 of file ISFCore1.c.

References isf_system_sync(), and task_ci().

Here is the call graph for this function:

void PM_task ( uint32_t  task_init_data)

Definition at line 71 of file ISFCore1.c.

References isf_system_sync(), and task_idle().

Here is the call graph for this function:

Variable Documentation

const ci_funcp_t ci_callback[]
Initial value:
=
{
0
}
ci_response_enum App1_ci_app_callback(ci_host_cmd_packet_t *, ci_app_resp_packet_t *)
Definition: App1.c:313
#define ISF_APP_CALLBACKS
This macro defines the ISF application Command Interpreter callback(s). Note: The user must put thes...
Definition: isf_init.h:343
ci_response_enum rli_ci_app_callback(ci_host_cmd_packet_t *, ci_app_resp_packet_t *)
Definition: rli_project.c:151

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().