Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the Pulse Width Modulation (PWM) signal level polarity with respect to the duty cycle.
Syntax
typedef enum _PWM_POLARITY {
PWM_ACTIVE_HIGH,
PWM_ACTIVE_LOW
} PWM_POLARITY;
Constants
PWM_ACTIVE_HIGHActive High. |
PWM_ACTIVE_LOWActive Low. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Minimum KMDF version | 1.19 |
| Minimum UMDF version | 2.19 |
| Header | pwm.h (include Pwm.h) |