pub trait QeiExt<TIM, PINS>where PINS: QeiPins<TIM>,{ // Required method fn qei(self, pins: PINS, rcc: &mut Rcc) -> Qei<TIM, PINS>; }