PwmPulsePolarity 枚举

定义

描述 PWM 信号应从哪个极性开始。

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
继承
PwmPulsePolarity
属性

Windows 要求

设备系列
Windows IoT Extension SDK (在 10.0.10240.0 中引入)
API contract
Windows.Devices.DevicesLowLevelContract (在 v1.0 中引入)

字段

ActiveHigh 0

将 PWM 信号配置为以活动高状态启动。

ActiveLow 1

将 PWM 信号配置为在低激活状态下启动。

适用于