![]() |
ISF
1.1
Intelligent Sensing Framework
|
This defines the DSA adapter functional interface. More...
#include <isf_sm_dsa_adapter.h>
Data Fields | |
void * | pDataBuff |
LWEVENT_STRUCT * | pEventGroup |
uint32 | nEventFieldIndex |
This defines the DSA adapter functional interface.
Definition at line 73 of file isf_sm_dsa_adapter.h.
The event flag of the event group to signal after depositing sensor sample in pDataBuff.
Definition at line 80 of file isf_sm_dsa_adapter.h.
void* pDataBuff |
The data buffer where sensor data is deposited by the sensor device adapter ISR.
Definition at line 76 of file isf_sm_dsa_adapter.h.
LWEVENT_STRUCT* pEventGroup |
The event group to signal after depositing sensor sample in pDataBuff.
Definition at line 78 of file isf_sm_dsa_adapter.h.