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