pub struct Parts {}Expand description
GPIO parts
Fields§
§pa0: PA0Pin
pa1: PA1Pin
pa2: PA2Pin
pa3: PA3Pin
pa4: PA4Pin
pa5: PA5Pin
pa6: PA6Pin
pa7: PA7Pin
pa8: PA8Pin
pa9: PA9Pin
pa10: PA10Pin
pa11: PA11Pin
pa12: PA12Pin
pa13: PA13<Debugger>Pin
pa14: PA14<Debugger>Pin
pa15: PA15<Debugger>Pin
Auto Trait Implementations§
impl Freeze for Parts
impl RefUnwindSafe for Parts
impl Send for Parts
impl Sync for Parts
impl Unpin for Parts
impl UnwindSafe for Parts
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