Compartir a través de


enumeración PWM_POLARITY (pwm.h)

Representa la polaridad de nivel de señal de modulación de ancho de pulso (PWM) con respecto al ciclo de trabajo.

Syntax

typedef enum _PWM_POLARITY {
  PWM_ACTIVE_HIGH,
  PWM_ACTIVE_LOW
} PWM_POLARITY;

Constantes

 
PWM_ACTIVE_HIGH
Activo Alto.
PWM_ACTIVE_LOW
Activo bajo.

Requisitos

   
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_GET_POLARITY

IOCTL_PWM_PIN_SET_POLARITY

PWM_PIN_GET_POLARITY_OUTPUT

PWM_PIN_SET_POLARITY_INPUT