Edit

Share via


InterruptPersistence Enum

Definition

Represents the configuration for the interrupt persistence functionality of the Bh1745.

public enum InterruptPersistence
type InterruptPersistence = 
Public Enum InterruptPersistence
Inheritance
InterruptPersistence

Fields

ToggleMeasurementEnd 0

Interrupt status is toggled at each measurement end.

UpdateConsecutiveX4 2

Interrupt status is updated if 4 consecutive threshold judgments are the same.

UpdateConsecutiveX8 3

Interrupt status is updated if 8 consecutive threshold judgments are the same.

UpdateMeasurementEnd 1

Interrupt status is updated at each measurement end.

Applies to