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