pub struct Parts {}Expand description
GPIO parts
Fields§
§crl: Cr<'F', false>Opaque CRL register
crh: Cr<'F', true>Opaque CRH register
pf0: PF0Pin
pf1: PF1Pin
pf2: PF2Pin
pf3: PF3Pin
pf4: PF4Pin
pf5: PF5Pin
pf6: PF6Pin
pf7: PF7Pin
pf8: PF8Pin
pf9: PF9Pin
pf10: PF10Pin
pf11: PF11Pin
pf12: PF12Pin
pf13: PF13Pin
pf14: PF14Pin
pf15: PF15Pin
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