pub struct Parts {Show 13 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 pb3: PB3<Input<Floating>>,
pub pb4: PB4<Input<Floating>>,
pub pb5: PB5<Input<Floating>>,
pub pb6: PB6<Input<Floating>>,
pub pb7: PB7<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
pb3: PB3<Input<Floating>>
Pin
pb4: PB4<Input<Floating>>
Pin
pb5: PB5<Input<Floating>>
Pin
pb6: PB6<Input<Floating>>
Pin
pb7: PB7<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