PwmClockState Property

Public Property PwmClockState As Eth32PwmClock

Summary

This property enables or disables the PWM clock from counting. The PWM clock is shared between both PWM outputs of the device. When the PWM clock is disabled, the PWM outputs will be idle (not pulsing). The PWM clock may be enabled or disabled independently of whether the individual PWM channel outputs are enabled or disabled.

Parameters

This property does not have any parameters.

Value

This property is a Eth32PwmClock enumerator type, which has the following valid values:

  • PWM_CLOCK_DISABLED - Disables the PWM clock.

  • PWM_CLOCK_ENABLED - Enables the PWM clock.

See Also

PwmBasePeriod Property, PwmChannel Property, PwmDutyPeriod Property, SetPwmParameters Method