pub const fn create_pwm_ops<T: PwmOps>() -> PwmOpsVTableExpand description
Creates a PWM operations vtable for a type T that implements PwmOps.
This is used to bridge Rust trait implementations to the C struct pwm_ops
expected by the kernel.
pub const fn create_pwm_ops<T: PwmOps>() -> PwmOpsVTableCreates a PWM operations vtable for a type T that implements PwmOps.
This is used to bridge Rust trait implementations to the C struct pwm_ops
expected by the kernel.