![]() |
ISF
1.1
Intelligent Sensing Framework
|
The generic control register structure for user applications. More...
#include <isf_hostproxy.h>
Data Fields | |
uint8 | reg |
struct { | |
uint8 startStop:1 | |
uint8 subState:1 | |
uint8 hostIntEn:1 | |
uint8 quickReadEn:1 | |
uint8 reserved:4 | |
} | Bits |
The generic control register structure for user applications.
Definition at line 25 of file isf_hostproxy.h.
struct { ... } Bits |
The host interrupt bit. Setting this bit enables the host interrupt. Clearing this bit disables the host interrupt.
Definition at line 30 of file isf_hostproxy.h.
The quick read bit for the application. Setting this bit enables the quick read. Clearing this bit disables the quick read.
Definition at line 31 of file isf_hostproxy.h.
The control byte.
Definition at line 26 of file isf_hostproxy.h.
These bits are for future use.
Definition at line 32 of file isf_hostproxy.h.
The data streaming bit. When this bit is set, data streaming is enabled. Data streaming is disabled by clearing this bit.
Definition at line 28 of file isf_hostproxy.h.
The subscription state bit. Setting this bit enables the subscription. Clearing this bit disables the subscription.
Definition at line 29 of file isf_hostproxy.h.