pub type PwmDriverComponentType<const NUM_PINS: usize> = Pwm<'static, NUM_PINS>;
pub struct PwmDriverComponentType<const NUM_PINS: usize> { /* private fields */ }