PWM_PIN_SET_ACTIVE_DUTY_CYCLE_PERCENTAGE_INPUT structure

[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 a desired duty cycle percentage for a pin or channel in a Pulse Width Modulation (PWM) controller.

Syntax

typedef struct _PWM_PIN_SET_ACTIVE_DUTY_CYCLE_PERCENTAGE_INPUT {
  PWM_PERCENTAGE Percentage;
} PWM_PIN_SET_ACTIVE_DUTY_CYCLE_PERCENTAGE_INPUT;

Members

Percentage

The desired 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
Pwm.h (include Pwm.h)

See also

IOCTL_PWM_PIN_SET_ACTIVE_DUTY_CYCLE_PERCENTAGE