pub struct EncoderPins {
pub tim2_ch1: PA0<Alternate<1>>,
pub tim2_ch2: PA1<Alternate<1>>,
pub tim3_ch1: PA6<Alternate<2>>,
pub tim3_ch2: PA7<Alternate<2>>,
}Expand description
TIM2/TIM3 Quadrature Encoder Inputs
Fields§
§tim2_ch1: PA0<Alternate<1>>§tim2_ch2: PA1<Alternate<1>>§tim3_ch1: PA6<Alternate<2>>§tim3_ch2: PA7<Alternate<2>>Auto Trait Implementations§
impl Freeze for EncoderPins
impl RefUnwindSafe for EncoderPins
impl Send for EncoderPins
impl Sync for EncoderPins
impl Unpin for EncoderPins
impl UnwindSafe for EncoderPins
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more