Trait stm32h7xx_hal::qei::Pins

source ·
pub trait Pins<TIM> { }

Implementations on Foreign Types§

source§

impl<TIM, PCH1, PCH2> Pins<TIM> for (PCH1, PCH2)
where PCH1: PinCh1<TIM>, PCH2: PinCh2<TIM>,

Implementors§