Table of Contents

Enum ResetFlags

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Specifies the behavior of the non-volatile registers when resetting the device.

[Flags]
public enum ResetFlags : byte

Fields

None = 0

All reset flags are cleared.

RestoreDefault = 1

The device will boot with all the registers reset to their default factory values.

RestoreEeprom = 2

The device will boot and restore all the registers to the values stored in non-volatile memory.

Save = 4

The device will boot and save all the current register values to non-volatile memory.

RestoreName = 8

The device will boot with the default device name.

BootFromDefault = 64

Specifies that the device has booted from default factory values.

BootFromEeprom = 128

Specifies that the device has booted from non-volatile values stored in EEPROM.