pub struct PB3 { /* private fields */ }
Expand description
PB3 peripheral
Implementations§
Trait Implementations§
Source§impl AdcChannel<ADC1> for PB3
impl AdcChannel<ADC1> for PB3
fn degrade_adc(self) -> AnyAdcChannel<T>
Source§impl Channel2Pin<TIM2> for PB3
impl Channel2Pin<TIM2> 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