PWM_PIN_SET_POLARITY_INPUT structure (pwm.h)
Contains a desired value for polarity of a pin or channel.
Syntax
typedef struct _PWM_PIN_SET_POLARITY_INPUT {
PWM_POLARITY Polarity;
} PWM_PIN_SET_POLARITY_INPUT;
Members
Polarity
The desired polarity for the pin or channel as a PWM_POLARITY value. The polarity is either Active High or Active 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) |