Public Property PwmClockState As Eth32PwmClock
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.
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.