Struct PB2
pub struct PB2 { /* private fields */ }
Expand description
PB2 peripheral
Implementations§
Trait Implementations§
source§impl AdcChannel<ADC1> for PB2
impl AdcChannel<ADC1> for PB2
fn degrade_adc(self) -> AnyAdcChannel<T>
source§impl AdcChannel<ADC2> for PB2
impl AdcChannel<ADC2> for PB2
fn degrade_adc(self) -> AnyAdcChannel<T>
source§impl Channel1Pin<LPTIM1> for PB2
impl Channel1Pin<LPTIM1> for PB2
source§impl Channel4ComplementaryPin<TIM8> for PB2
impl Channel4ComplementaryPin<TIM8> for PB2
source§impl Peripheral for PB2
impl Peripheral for PB2
Auto Trait Implementations§
impl Freeze for PB2
impl RefUnwindSafe for PB2
impl Send for PB2
impl Sync for PB2
impl Unpin for PB2
impl UnwindSafe for PB2
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