pub struct Parts {}Expand description
GPIO parts
Fields§
§crl: Cr<'C', false>Opaque CRL register
crh: Cr<'C', true>Opaque CRH register
pc0: PC0Pin
pc1: PC1Pin
pc2: PC2Pin
pc3: PC3Pin
pc4: PC4Pin
pc5: PC5Pin
pc6: PC6Pin
pc7: PC7Pin
pc8: PC8Pin
pc9: PC9Pin
pc10: PC10Pin
pc11: PC11Pin
pc12: PC12Pin
pc13: PC13Pin
pc14: PC14Pin
pc15: PC15Pin
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