pub struct PA12 { /* private fields */ }Expand description
PA12 peripheral
Implementations§
Trait Implementations§
Source§impl DpPin<USB_OTG_FS> for PA12
Available on non-afio only.
impl DpPin<USB_OTG_FS> for PA12
Available on non-
afio only.Source§impl ExternalTriggerPin<TIM1> for PA12
Available on non-afio only.
impl ExternalTriggerPin<TIM1> for PA12
Available on non-
afio only.Source§impl ExtiPin for PA12
Available on crate feature exti only.
impl ExtiPin for PA12
Available on crate feature
exti only.Source§type ExtiChannel = EXTI12
type ExtiChannel = EXTI12
EXTI channel assigned to this pin. Read more
impl Copy for PA12
impl PeripheralType for PA12
Auto Trait Implementations§
impl Freeze for PA12
impl RefUnwindSafe for PA12
impl Send for PA12
impl Sync for PA12
impl Unpin for PA12
impl UnwindSafe for PA12
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