Module kernel::pwm

source ·
Expand description

PWM subsystem abstractions.

C header: include/linux/pwm.h.

Structs§

Enums§

Traits§

  • Trait defining the operations for a PWM driver.

Functions§

  • Creates a PWM operations vtable for a type T that implements PwmOps.