Compartir a través de


estructura PWM_PIN_SET_POLARITY_INPUT (pwm.h)

Contiene un valor deseado para la polaridad de un pin o canal.

Sintaxis

typedef struct _PWM_PIN_SET_POLARITY_INPUT {
  PWM_POLARITY Polarity;
} PWM_PIN_SET_POLARITY_INPUT;

Miembros

Polarity

Polaridad deseada para el pin o canal como un valor de PWM_POLARITY . La polaridad es Active High o Active Low.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 10 [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2016 [solo aplicaciones de escritorio]
Versión mínima de KMDF 1.19
Versión mínima de UMDF 2.19
Encabezado pwm.h (include Pwm.h)

Consulte también

IOCTL_PWM_PIN_SET_POLARITY

PWM_POLARITY