pub struct Parts {Show 18 fields
pub crl: Cr<'B', false>,
pub crh: Cr<'B', true>,
pub pb0: PB0,
pub pb1: PB1,
pub pb2: PB2,
pub pb3: PB3<Debugger>,
pub pb4: PB4<Debugger>,
pub pb5: PB5,
pub pb6: PB6,
pub pb7: PB7,
pub pb8: PB8,
pub pb9: PB9,
pub pb10: PB10,
pub pb11: PB11,
pub pb12: PB12,
pub pb13: PB13,
pub pb14: PB14,
pub pb15: PB15,
}Expand description
GPIO parts
Fields§
§crl: Cr<'B', false>Opaque CRL register
crh: Cr<'B', true>Opaque CRH register
pb0: PB0Pin
pb1: PB1Pin
pb2: PB2Pin
pb3: PB3<Debugger>Pin
pb4: PB4<Debugger>Pin
pb5: PB5Pin
pb6: PB6Pin
pb7: PB7Pin
pb8: PB8Pin
pb9: PB9Pin
pb10: PB10Pin
pb11: PB11Pin
pb12: PB12Pin
pb13: PB13Pin
pb14: PB14Pin
pb15: PB15Pin
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