pub struct Motor1Pins {
pub in1: PH1<Output<PushPull>>,
pub in2: PC0<Output<PushPull>>,
pub nsleep: PA4<Output<PushPull>>,
pub disable: PA3<Output<PushPull>>,
pub nfault: PA2<Input<Floating>>,
pub iprop1: PC4<Analog>,
pub iprop2: PC5<Analog>,
}Expand description
Motor 1 control pins
Fields§
§in1: PH1<Output<PushPull>>§in2: PC0<Output<PushPull>>§nsleep: PA4<Output<PushPull>>§disable: PA3<Output<PushPull>>§nfault: PA2<Input<Floating>>§iprop1: PC4<Analog>§iprop2: PC5<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