pub struct PF2 { /* private fields */ }
Expand description
PF2 peripheral
Implementations§
Trait Implementations§
Source§impl AdcChannel<ADC1> for PF2
impl AdcChannel<ADC1> for PF2
fn degrade_adc(self) -> AnyAdcChannel<T>
Source§impl AdcChannel<ADC2> for PF2
impl AdcChannel<ADC2> for PF2
fn degrade_adc(self) -> AnyAdcChannel<T>
Source§impl Channel3Pin<TIM20> for PF2
impl Channel3Pin<TIM20> for PF2
Source§impl Peripheral for PF2
impl Peripheral for PF2
Auto Trait Implementations§
impl Freeze for PF2
impl RefUnwindSafe for PF2
impl Send for PF2
impl Sync for PF2
impl Unpin for PF2
impl UnwindSafe for PF2
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