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