Share via


PwmPulsePolarity Enum

Definition

Describes which polarity the PWM signal should start in.

public enum class PwmPulsePolarity
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 65536)]
enum class PwmPulsePolarity
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 65536)]
public enum PwmPulsePolarity
var value = Windows.Devices.Pwm.PwmPulsePolarity.activeHigh
Public Enum PwmPulsePolarity
Inheritance
PwmPulsePolarity
Attributes

Windows requirements

Requirements Description
Device family
Windows IoT Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Devices.DevicesLowLevelContract (introduced in v1.0)

Fields

Name Value Description
ActiveHigh 0

Configures the PWM signal to start in the active high state.

ActiveLow 1

Configures the PWM signal to start in the active low state.

Applies to