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