é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) |