pub struct PJ11 { /* private fields */ }
Expand description
PJ11 peripheral
Implementations§
Trait Implementations§
Source§impl Channel2ComplementaryPin<TIM8> for PJ11
impl Channel2ComplementaryPin<TIM8> for PJ11
Source§impl Channel2Pin<TIM1> for PJ11
impl Channel2Pin<TIM1> for PJ11
Source§impl Peripheral for PJ11
impl Peripheral for PJ11
Auto Trait Implementations§
impl Freeze for PJ11
impl RefUnwindSafe for PJ11
impl Send for PJ11
impl Sync for PJ11
impl Unpin for PJ11
impl UnwindSafe for PJ11
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