![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
#include <fxlc95000.h>
Data Fields | |
uint8 | nSettingsToUse |
1 = current; 2=given; 3=best possible More... | |
uint8 | nFifoDepth |
1 = no FIFO, or another value < SM_MAX_FIFO_DEPTH More... | |
uint32 | nCurrentReportRate |
Sample period in microseconds. More... | |
uint8 | nCurrentResolution |
Expected sensor resolution. More... | |
uint8 | nRange |
Expected sensor dynamic range. More... | |
uint8 | nMode |
sensor specific mode More... | |
Definition at line 20 of file fxlc95000.h.
uint32 nCurrentReportRate |
Sample period in microseconds.
Definition at line 24 of file fxlc95000.h.
Referenced by fsl_fxlc95000_Configure().
uint8 nCurrentResolution |
Expected sensor resolution.
Definition at line 25 of file fxlc95000.h.
Referenced by fsl_fxlc95000_Configure().
uint8 nFifoDepth |
1 = no FIFO, or another value < SM_MAX_FIFO_DEPTH
Definition at line 23 of file fxlc95000.h.
uint8 nMode |
sensor specific mode
Definition at line 27 of file fxlc95000.h.
Referenced by fsl_fxlc95000_Configure().
uint8 nRange |
Expected sensor dynamic range.
Definition at line 26 of file fxlc95000.h.
Referenced by fsl_fxlc95000_Configure().
uint8 nSettingsToUse |
1 = current; 2=given; 3=best possible
Definition at line 22 of file fxlc95000.h.