Class Adxl362.PowerControlMasks
Masks for the bits in the Power Control register.
Assembly: Adxl3xx.dll
View Source
protected static class Adxl362.PowerControlMasks
Fields
STANDBY
Place the sensor inStandby.
View Source
public const byte STANDBY = 0
MEASURE
Make measurements.
View Source
public const byte MEASURE = 1
AUTOSLEEP
Auto-sleep.
View Source
public const byte AUTOSLEEP = 4
WAKEUP_MODE
Wakeup mode.
View Source
public const byte WAKEUP_MODE = 8
LOW_NOISE
Low noise mode.
View Source
public const byte LOW_NOISE = 16
ULTRALOW_NOISE
Ultra-low noise mode.
View Source
public const byte ULTRALOW_NOISE = 32
EXTERNAL_CLOCK
External clock enabled on the INT1 pin.
View Source
public const byte EXTERNAL_CLOCK = 64