enumerazione PWM_POLARITY (pwm.h)

Rappresenta la polarità del livello di segnale della larghezza del polso (PWM) rispetto al ciclo di lavoro.

Sintassi

typedef enum _PWM_POLARITY {
  PWM_ACTIVE_HIGH,
  PWM_ACTIVE_LOW
} PWM_POLARITY;

Costanti

 
PWM_ACTIVE_HIGH
Alto attivo.
PWM_ACTIVE_LOW
Basso attivo.

Requisiti

   
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_GET_POLARITY

IOCTL_PWM_PIN_SET_POLARITY

PWM_PIN_GET_POLARITY_OUTPUT

PWM_PIN_SET_POLARITY_INPUT