Scroll to navigation

STRUCT PWM_CAPTURE(9) Pulse-Width Modulation (PWM) STRUCT PWM_CAPTURE(9)

NAME

struct_pwm_capture - PWM capture data

SYNOPSIS

struct pwm_capture {
  unsigned int period;
  unsigned int duty_cycle;
};  

MEMBERS

period
period of the PWM signal (in nanoseconds)
duty_cycle
duty cycle of the PWM signal (in nanoseconds)

COPYRIGHT

January 2017 Kernel Hackers Manual 4.8.