Table of Contents

Enum LdoDcPinsEnabled

Namespace
Iot.Device.Axp192
Assembly
Iot.Device.Axp192.dll

LDO and DC pin enabled.

[Flags]
public enum LdoDcPinsEnabled

Fields

All = DcDc1 | DcDc3 | Ldo2 | Ldo3

All enabled.

DcDc1 = 1

DC-DC1 pin.

DcDc3 = 2

DC-DC3 pin.

Ldo2 = 4

LDO2 pin.

Ldo3 = 8

LDO3 pin.

None = 0

None enabled.