PWM_CONTROLLER_SET_DESIRED_PERIOD_OUTPUT structure (pwm.h)
Contient la période de signal de sortie effective du contrôleur PWM (Pulse Width Modulation).
Syntaxe
typedef struct _PWM_CONTROLLER_SET_DESIRED_PERIOD_OUTPUT {
PWM_PERIOD ActualPeriod;
} PWM_CONTROLLER_SET_DESIRED_PERIOD_OUTPUT;
Membres
ActualPeriod
Période de signal de sortie effective, en picosecondes, du contrôleur.
Spécifications
Client minimal pris en charge | Windows 10 (applications de bureau uniquement) |
Serveur minimal pris en charge | Windows Server 2016 (applications de bureau uniquement) |
Version KMDF minimale | 1,19 |
Version UMDF minimale | 2.19 |
En-tête | pwm.h (inclure Pwm.h) |