Enum Bmi270.PowerMode
The device power mode
Assembly: Bmi270.dll
View Source
public enum Bmi270.PowerMode : byte
Fields
Suspend
Lowest power mode, will still maintain configuration, no motion sensing
View Source
Suspend = 0
Configuration
Configuration mode, all features accessible, no motion sensing
View Source
Configuration = 1
LowPower
Low power mode, motion sensing at lowest possible power consumption
View Source
LowPower = 2
Normal
Normal power mode, alias free motion sensing
View Source
Normal = 3
Performance
Performance mode, motion sensing at maximum sensor performance
View Source
Performance = 4