Command Enum

Definition

Command Summary

public enum Command
type Command = 
Public Enum Command
Inheritance
Command

Fields

BlinkOff 8

Turn off blinking function (default)

BlinkOn 9

Turn on blinking function

ExternalClockPrimary 28

Set primary mode and clock source from external clock, the system clock input from OSC pin and synchronous signal output to SYN pin

LedOff 2

Turn off LED duty cycle generator (default)

LedOn 3

Turn on LED duty cycle generator

NMos16Com 36

N-MOS open drain output and 16 COM option

NMos8Com 32

N-MOS open drain output and 8 COM option (default)

PMos16Com 44

P-MOS open drain output and 16 COM option

PMos8Com 40

P-MOS open drain output and 8 COM option

PwmDuty1 160

PWM 1/16 duty

PwmDuty10 169

PWM 10/16 duty

PwmDuty11 170

PWM 11/16 duty

PwmDuty12 171

PWM 12/16 duty

PwmDuty13 172

PWM 13/16 duty

PwmDuty14 173

PWM 14/16 duty

PwmDuty15 174

PWM 15/16 duty

PwmDuty16 175

PWM 16/16 duty (default)

PwmDuty2 161

PWM 2/16 duty

PwmDuty3 162

PWM 3/16 duty

PwmDuty4 163

PWM 4/16 duty

PwmDuty5 164

PWM 5/16 duty

PwmDuty6 165

PWM 6/16 duty

PwmDuty7 166

PWM 7/16 duty

PwmDuty8 167

PWM 8/16 duty

PwmDuty9 168

PWM 9/16 duty

RcPrimary 24

Set primary mode and clock source from on-chip RC oscillator, the system clock output to OSC pin and synchronous signal output to SYN pin (default)

Secondary 16

Set secondary mode and clock source from external clock, the system clock input from OSC pin and synchronous signal input from SYN pin

SystemDisabled 0

Turn off both system oscillator and LED duty cycle generator (default)

SystemEnabled 1

Turn on system oscillator

Applies to