![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
Data Fields | |
struct { | |
uint8 appId | |
LWEVENT_STRUCT smLWEvent | |
LWSEM_STRUCT outputBufferLock | |
} | instance |
struct { | |
SensorInfo_t OrientInfo_Sub0 | |
SensorInfo_t PressInfo_Sub1 | |
} | info |
App1AppSettings_t | settings |
struct { | |
isf_fifo_t orientDataFifo_Sub0 | |
isf_fifo_t pressDataFifo_Sub1 | |
} | fifos |
App1SensorData_t | data |
uint8 appId |
Definition at line 109 of file App1.c.
Referenced by App1_ci_app_callback(), and App1_MainTask().
App1SensorData_t data |
Definition at line 122 of file App1.c.
Referenced by App1_ci_app_callback(), and App1_MainTask().
struct { ... } fifos |
Referenced by App1_GotoState(), and App1_MainTask().
struct { ... } info |
Referenced by App1_GotoState(), App1_MainTask(), and App1_ReturnSensorsToInit().
struct { ... } instance |
Referenced by App1_ci_app_callback(), and App1_MainTask().
isf_fifo_t orientDataFifo_Sub0 |
Definition at line 119 of file App1.c.
Referenced by App1_GotoState(), and App1_MainTask().
SensorInfo_t OrientInfo_Sub0 |
Definition at line 114 of file App1.c.
Referenced by App1_GotoState(), App1_MainTask(), and App1_ReturnSensorsToInit().
LWSEM_STRUCT outputBufferLock |
Definition at line 111 of file App1.c.
Referenced by App1_ci_app_callback(), and App1_MainTask().
isf_fifo_t pressDataFifo_Sub1 |
Definition at line 120 of file App1.c.
Referenced by App1_GotoState(), and App1_MainTask().
SensorInfo_t PressInfo_Sub1 |
Definition at line 115 of file App1.c.
Referenced by App1_GotoState(), App1_MainTask(), and App1_ReturnSensorsToInit().
App1AppSettings_t settings |
Definition at line 117 of file App1.c.
Referenced by App1_ci_app_callback(), App1_GotoState(), and App1_MainTask().
LWEVENT_STRUCT smLWEvent |
Definition at line 110 of file App1.c.
Referenced by App1_MainTask().