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