Class Adxl362.InterruptMasks
Bit masks for the interrupt 1 / 2 control.
Assembly: Adxl3xx.dll
View Source
public static class Adxl362.InterruptMasks
Fields
DATA_READY
Bit indicating that data is ready for processing.
View Source
public const byte DATA_READY = 1
FIFO_DATA_READY
Bit indicating that data is ready in the FIFO buffer.
View Source
public const byte FIFO_DATA_READY = 2
FIFO_HIGH_WATERMARK_REACHED
Bit indicating that the FIFO buffer has reached the high watermark.
View Source
public const byte FIFO_HIGH_WATERMARK_REACHED = 4
FIFO_OVERRUN
Bit indicating that the FIFO buffer has overrun.
View Source
public const byte FIFO_OVERRUN = 8
ACTIVITY
Activity interrupt bit.
View Source
public const byte ACTIVITY = 16
INACTIVITY
Inactivity interrupt.
View Source
public const byte INACTIVITY = 32
AWAKE
Awake interrupt.
View Source
public const byte AWAKE = 64
ACTIVE_LOW
Interrupt active high / low (1 = low, 0 = high).
View Source
public const byte ACTIVE_LOW = 128