pub struct Parts {}Expand description
GPIO parts
Fields§
§crl: Cr<'D', false>Opaque CRL register
crh: Cr<'D', true>Opaque CRH register
pd0: PD0Pin
pd1: PD1Pin
pd2: PD2Pin
pd3: PD3Pin
pd4: PD4Pin
pd5: PD5Pin
pd6: PD6Pin
pd7: PD7Pin
pd8: PD8Pin
pd9: PD9Pin
pd10: PD10Pin
pd11: PD11Pin
pd12: PD12Pin
pd13: PD13Pin
pd14: PD14Pin
pd15: PD15Pin
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