Class Adxl362.FIFOControlMasks
FIFO control bits.
Assembly: Adxl3xx.dll
View Source
protected static class Adxl362.FIFOControlMasks
Fields
FIFO_DISABLED
Disable FIFO mode.
View Source
public const byte FIFO_DISABLED = 0
FIFO_OLDEST_SAVED_FIRST
Enable FiFO oldest saved first mode.
View Source
public const byte FIFO_OLDEST_SAVED_FIRST = 1
FIFO_STREAM_MODE
Enable FIFOI stream mode.
View Source
public const byte FIFO_STREAM_MODE = 2
FIFO_TRIGGERED_MODE
Enable FIFO triggered mode.
View Source
public const byte FIFO_TRIGGERED_MODE = 3
STORE_TEMPERATURE_DATA
When this bit is set to 1, the temperature data is stored in the FIFO buffer as well as the x, y and z axis data.
View Source
public const byte STORE_TEMPERATURE_DATA = 4
ABOVE_HALF
MSB of the FIFO sample count. This allows the FIFO buffer to contain 512 samples.
View Source
public const byte ABOVE_HALF = 8