pub struct Motor1Pins {
pub in1: PC6<Alternate<2>>,
pub in2: PC7<Alternate<2>>,
pub cs: PD0<Output<PushPull>>,
pub nsleep: PD1<Output<PushPull>>,
pub disable: PD2<Output<PushPull>>,
pub adc: PB1<Analog>,
}Fields§
§in1: PC6<Alternate<2>>§in2: PC7<Alternate<2>>§cs: PD0<Output<PushPull>>§nsleep: PD1<Output<PushPull>>§disable: PD2<Output<PushPull>>§adc: PB1<Analog>Auto Trait Implementations§
impl Freeze for Motor1Pins
impl RefUnwindSafe for Motor1Pins
impl Send for Motor1Pins
impl Sync for Motor1Pins
impl Unpin for Motor1Pins
impl UnwindSafe for Motor1Pins
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