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