Struct PB3
pub struct PB3 { /* private fields */ }
Expand description
PB3 peripheral
Implementations§
Trait Implementations§
source§impl Channel1ComplementaryPin<TIM17> for PB3
impl Channel1ComplementaryPin<TIM17> for PB3
source§impl Channel4Pin<TIM1> for PB3
impl Channel4Pin<TIM1> for PB3
source§impl Peripheral for PB3
impl Peripheral for PB3
Auto Trait Implementations§
impl Freeze for PB3
impl RefUnwindSafe for PB3
impl Send for PB3
impl Sync for PB3
impl Unpin for PB3
impl UnwindSafe for PB3
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