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 신호가 활성 저 상태에서 시작되도록 구성합니다.

적용 대상