Struct PA12
pub struct PA12 { /* private fields */ }
Expand description
PA12 peripheral
Implementations§
Trait Implementations§
source§impl Channel4Pin<TIM2> for PA12
impl Channel4Pin<TIM2> for PA12
source§impl Channel4Pin<TIM3> for PA12
impl Channel4Pin<TIM3> for PA12
source§impl ExternalTriggerPin<TIM1> for PA12
impl ExternalTriggerPin<TIM1> for PA12
source§impl Peripheral for PA12
impl Peripheral 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