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.
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
Contains the current duty cycle percentage for a pin or channel in a Pulse Width Modulation (PWM) controller.
Syntax
typedef struct _PWM_PIN_GET_ACTIVE_DUTY_CYCLE_PERCENTAGE_OUTPUT {
PWM_PERCENTAGE Percentage;
} PWM_PIN_GET_ACTIVE_DUTY_CYCLE_PERCENTAGE_OUTPUT;
Members
-
Percentage
-
The current PWM signal duty cycle, as a PWM_PERCENTAGE, which is a ULONGLONG value.
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 |
|