pub struct PD9 { /* private fields */ }
Expand description
PD9 peripheral
Implementations§
Trait Implementations§
Source§impl RxPin<USART3, AfioRemap<3>> for PD9
impl RxPin<USART3, AfioRemap<3>> for PD9
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as RxPin
impl Copy for PD9
impl PeripheralType for PD9
Auto Trait Implementations§
impl Freeze for PD9
impl RefUnwindSafe for PD9
impl Send for PD9
impl Sync for PD9
impl Unpin for PD9
impl UnwindSafe for PD9
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