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