pub struct Parts {Show 19 fields
pub afrh: AFRH,
pub afrl: AFRL,
pub moder: MODER,
pub otyper: OTYPER,
pub pupdr: PUPDR,
pub pb0: PB0<Input<Floating>>,
pub pb1: PB1<Input<Floating>>,
pub pb2: PB2<Input<Floating>>,
pub pb5: PB5<Input<Floating>>,
pub pb6: PB6<Input<Floating>>,
pub pb7: PB7<Input<Floating>>,
pub pb8: PB8<Input<Floating>>,
pub pb9: PB9<Input<Floating>>,
pub pb10: PB10<Input<Floating>>,
pub pb11: PB11<Input<Floating>>,
pub pb12: PB12<Input<Floating>>,
pub pb13: PB13<Input<Floating>>,
pub pb14: PB14<Input<Floating>>,
pub pb15: PB15<Input<Floating>>,
}
Expand description
GPIO parts
Fields§
§afrh: AFRH
Opaque AFRH register
afrl: AFRL
Opaque AFRL register
moder: MODER
Opaque MODER register
otyper: OTYPER
Opaque OTYPER register
pupdr: PUPDR
Opaque PUPDR register
pb0: PB0<Input<Floating>>
Pin
pb1: PB1<Input<Floating>>
Pin
pb2: PB2<Input<Floating>>
Pin
pb5: PB5<Input<Floating>>
Pin
pb6: PB6<Input<Floating>>
Pin
pb7: PB7<Input<Floating>>
Pin
pb8: PB8<Input<Floating>>
Pin
pb9: PB9<Input<Floating>>
Pin
pb10: PB10<Input<Floating>>
Pin
pb11: PB11<Input<Floating>>
Pin
pb12: PB12<Input<Floating>>
Pin
pb13: PB13<Input<Floating>>
Pin
pb14: PB14<Input<Floating>>
Pin
pb15: PB15<Input<Floating>>
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