Table of Contents

Enum DataInterruptSource

Namespace
Iot.Device.Bmi270
Assembly
Iot.Device.Bmi270.dll

Data interrupt sources that can be mapped to INT1 or INT2 pins. Corresponds to bits in INT_MAP_DATA (0x58). INT1 uses bits [3:0], INT2 uses bits [7:4].

[Flags]
public enum DataInterruptSource : byte

Fields

DataReady = 4

Data ready interrupt (accelerometer and/or gyroscope).

Error = 8

Error interrupt.

FifoFull = 1

FIFO full interrupt.

FifoWatermark = 2

FIFO watermark interrupt.

None = 0

No data interrupts.