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