pub struct Parts {}
Expand description
GPIO parts
Fields§
§crl: Cr<'F', false>
Opaque CRL register
crh: Cr<'F', true>
Opaque CRH register
pf0: PF0
Pin
pf1: PF1
Pin
pf2: PF2
Pin
pf3: PF3
Pin
pf4: PF4
Pin
pf5: PF5
Pin
pf6: PF6
Pin
pf7: PF7
Pin
pf8: PF8
Pin
pf9: PF9
Pin
pf10: PF10
Pin
pf11: PF11
Pin
pf12: PF12
Pin
pf13: PF13
Pin
pf14: PF14
Pin
pf15: PF15
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