pub struct Parts {}Expand description
GPIO parts
Fields§
§crl: Cr<'E', false>Opaque CRL register
crh: Cr<'E', true>Opaque CRH register
pe0: PE0Pin
pe1: PE1Pin
pe2: PE2Pin
pe3: PE3Pin
pe4: PE4Pin
pe5: PE5Pin
pe6: PE6Pin
pe7: PE7Pin
pe8: PE8Pin
pe9: PE9Pin
pe10: PE10Pin
pe11: PE11Pin
pe12: PE12Pin
pe13: PE13Pin
pe14: PE14Pin
pe15: PE15Pin
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