pub struct Parts {Show 18 fields
pub crl: Cr<'A', false>,
pub crh: Cr<'A', true>,
pub pa0: PA0,
pub pa1: PA1,
pub pa2: PA2,
pub pa3: PA3,
pub pa4: PA4,
pub pa5: PA5,
pub pa6: PA6,
pub pa7: PA7,
pub pa8: PA8,
pub pa9: PA9,
pub pa10: PA10,
pub pa11: PA11,
pub pa12: PA12,
pub pa13: PA13<Debugger>,
pub pa14: PA14<Debugger>,
pub pa15: PA15<Debugger>,
}Expand description
GPIO parts
Fields§
§crl: Cr<'A', false>Opaque CRL register
crh: Cr<'A', true>Opaque CRH register
pa0: PA0Pin
pa1: PA1Pin
pa2: PA2Pin
pa3: PA3Pin
pa4: PA4Pin
pa5: PA5Pin
pa6: PA6Pin
pa7: PA7Pin
pa8: PA8Pin
pa9: PA9Pin
pa10: PA10Pin
pa11: PA11Pin
pa12: PA12Pin
pa13: PA13<Debugger>Pin
pa14: PA14<Debugger>Pin
pa15: PA15<Debugger>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