struttura PWM_PIN_SET_POLARITY_INPUT (pwm.h)

Contiene un valore desiderato per la polarità di un pin o di un canale.

Sintassi

typedef struct _PWM_PIN_SET_POLARITY_INPUT {
  PWM_POLARITY Polarity;
} PWM_PIN_SET_POLARITY_INPUT;

Members

Polarity

Polarità desiderata per il pin o il canale come valore PWM_POLARITY . La polarità è Attiva alta o Bassa attiva.

Requisiti

Requisito Valore
Client minimo supportato Windows 10 [solo app desktop]
Server minimo supportato Windows Server 2016 [solo app desktop]
Versione KMDF minima 1,19
Versione UMDF minima 2.19
Intestazione pwm.h (include Pwm.h)

Vedi anche

IOCTL_PWM_PIN_SET_POLARITY

PWM_POLARITY