Partager via


énumération PWM_POLARITY (pwm.h)

Représente la polarité du niveau de signal PWM (Pulse Width Modulation) par rapport au cycle d’utilisation.

Syntaxe

typedef enum _PWM_POLARITY {
  PWM_ACTIVE_HIGH,
  PWM_ACTIVE_LOW
} PWM_POLARITY;

Constantes

 
PWM_ACTIVE_HIGH
Active High.
PWM_ACTIVE_LOW
Faible actif.

Spécifications

   
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_GET_POLARITY

IOCTL_PWM_PIN_SET_POLARITY

PWM_PIN_GET_POLARITY_OUTPUT

PWM_PIN_SET_POLARITY_INPUT