pub struct DrvPins {
pub m1_cs: PE4<Output<PushPull>>,
pub m2_cs: PE11<Output<PushPull>>,
}Expand description
Chip-select and digital I/O for DRV8873 drivers
Fields§
§m1_cs: PE4<Output<PushPull>>§m2_cs: PE11<Output<PushPull>>Auto Trait Implementations§
impl Freeze for DrvPins
impl RefUnwindSafe for DrvPins
impl Send for DrvPins
impl Sync for DrvPins
impl Unpin for DrvPins
impl UnwindSafe for DrvPins
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