Partager via


PWM_PIN_SET_POLARITY_INPUT structure (pwm.h)

Contient une valeur souhaitée pour la polarité d’une broche ou d’un canal.

Syntaxe

typedef struct _PWM_PIN_SET_POLARITY_INPUT {
  PWM_POLARITY Polarity;
} PWM_PIN_SET_POLARITY_INPUT;

Membres

Polarity

Polarité souhaitée pour la broche ou le canal en tant que valeur de PWM_POLARITY . La polarité est Active High ou Active Low.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 10 (applications de bureau uniquement)
Serveur minimal pris en charge Windows Server 2016 (applications de bureau uniquement)
Version KMDF minimale 1,19
Version UMDF minimale 2.19
En-tête pwm.h (inclure Pwm.h)

Voir aussi

IOCTL_PWM_PIN_SET_POLARITY

PWM_POLARITY