PwmPulsePolarity 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
描述 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 信号配置为在低激活状态下启动。 |