PWM_POLARITY-Enumeration (pwm.h)

Stellt die PwM-Signalebenenpolarität (Pulse Width Modulation) in Bezug auf den Tastzyklus dar.

Syntax

typedef enum _PWM_POLARITY {
  PWM_ACTIVE_HIGH,
  PWM_ACTIVE_LOW
} PWM_POLARITY;

Konstanten

 
PWM_ACTIVE_HIGH
Hoch aktiv.
PWM_ACTIVE_LOW
Aktiv Niedrig.

Anforderungen

   
Unterstützte Mindestversion (Client) Windows 10 [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2016 [nur Desktop-Apps]
KMDF-Mindestversion 1.19
UMDF-Mindestversion 2.19
Kopfzeile pwm.h (include Pwm.h)

Weitere Informationen

IOCTL_PWM_PIN_GET_POLARITY

IOCTL_PWM_PIN_SET_POLARITY

PWM_PIN_GET_POLARITY_OUTPUT

PWM_PIN_SET_POLARITY_INPUT