Struct PB0
pub struct PB0 { /* private fields */ }
Expand description
PB0 peripheral
Implementations§
Trait Implementations§
source§impl AdcChannel<ADC1> for PB0
impl AdcChannel<ADC1> for PB0
fn degrade_adc(self) -> AnyAdcChannel<T>
source§impl AdcChannel<ADC3> for PB0
impl AdcChannel<ADC3> for PB0
fn degrade_adc(self) -> AnyAdcChannel<T>
source§impl Channel2ComplementaryPin<TIM1> for PB0
impl Channel2ComplementaryPin<TIM1> for PB0
source§impl Channel2ComplementaryPin<TIM8> for PB0
impl Channel2ComplementaryPin<TIM8> for PB0
source§impl Channel3Pin<TIM3> for PB0
impl Channel3Pin<TIM3> for PB0
source§impl Peripheral for PB0
impl Peripheral for PB0
impl NonInvertingPin<OPAMP2> for PB0
impl NonInvertingPin<OPAMP3> for PB0
Auto Trait Implementations§
impl Freeze for PB0
impl RefUnwindSafe for PB0
impl Send for PB0
impl Sync for PB0
impl Unpin for PB0
impl UnwindSafe for PB0
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