pub struct Parts {}Expand description
GPIO parts
Fields§
§crl: Cr<'G', false>Opaque CRL register
crh: Cr<'G', true>Opaque CRH register
pg0: PG0Pin
pg1: PG1Pin
pg2: PG2Pin
pg3: PG3Pin
pg4: PG4Pin
pg5: PG5Pin
pg6: PG6Pin
pg7: PG7Pin
pg8: PG8Pin
pg9: PG9Pin
pg10: PG10Pin
pg11: PG11Pin
pg12: PG12Pin
pg13: PG13Pin
pg14: PG14Pin
pg15: PG15Pin
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