pub struct Parts {}Expand description
GPIO parts
Fields§
§afrh: AFRHOpaque AFRH register
afrl: AFRLOpaque AFRL register
moder: MODEROpaque MODER register
ospeedr: OSPEEDROpaque OSPEEDR register
otyper: OTYPEROpaque OTYPER register
pupdr: PUPDROpaque PUPDR register
pf0: PF0<Input>Pin PF0
pf1: PF1<Input>Pin PF1
pf2: PF2<Input>Pin PF2
pf4: PF4<Input>Pin PF4
pf6: PF6<Input>Pin PF6
pf9: PF9<Input>Pin PF9
pf10: PF10<Input>Pin PF10
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