pub struct Pins {
pub pa02: Pin<PA02, Reset>,
pub pa04: Pin<PA04, Reset>,
pub pa05: Pin<PA05, Reset>,
pub pa08: Pin<PA08, Reset>,
pub pa09: Pin<PA09, Reset>,
pub pa14: Pin<PA14, Reset>,
pub pa15: Pin<PA15, Reset>,
pub pa24: Pin<PA24, Reset>,
pub pa25: Pin<PA25, Reset>,
pub pa28: Pin<PA28, Reset>,
pub pa30: Pin<PA30, Reset>,
pub pa31: Pin<PA31, Reset>,
/* private fields */
}
Expand description
Collection of all the individual Pin
s
Fields
pa02: Pin<PA02, Reset>
Pin PA02
pa04: Pin<PA04, Reset>
Pin PA04
pa05: Pin<PA05, Reset>
Pin PA05
pa08: Pin<PA08, Reset>
Pin PA08
pa09: Pin<PA09, Reset>
Pin PA09
pa14: Pin<PA14, Reset>
Pin PA14
pa15: Pin<PA15, Reset>
Pin PA15
pa24: Pin<PA24, Reset>
Pin PA24
pa25: Pin<PA25, Reset>
Pin PA25
pa28: Pin<PA28, Reset>
Pin PA28
pa30: Pin<PA30, Reset>
Pin PA30
pa31: Pin<PA31, Reset>
Pin PA31
Implementations
Auto Trait Implementations
impl RefUnwindSafe for Pins
impl Send for Pins
impl !Sync for Pins
impl Unpin for Pins
impl UnwindSafe for Pins
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more