PWM_CONTROLLER_SET_DESIRED_PERIOD_OUTPUT structure (pwm.h)
Contains the effective output signal period of the Pulse Width Modulation (PWM) controller.
Syntax
typedef struct _PWM_CONTROLLER_SET_DESIRED_PERIOD_OUTPUT {
PWM_PERIOD ActualPeriod;
} PWM_CONTROLLER_SET_DESIRED_PERIOD_OUTPUT;
Members
ActualPeriod
The effective output signal period, in picoseconds, of the controller.
Requirements
| 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) |