pub struct LPUART3 { /* private fields */ }
Expand description
LPUART3 peripheral
Implementations§
Trait Implementations§
Source§impl Instance for LPUART3
impl Instance for LPUART3
Source§type Interrupt = USART4_LPUART3
type Interrupt = USART4_LPUART3
Interrupt for this peripheral.
Source§impl Peripheral for LPUART3
impl Peripheral for LPUART3
impl RccPeripheral for LPUART3
Auto Trait Implementations§
impl Freeze for LPUART3
impl RefUnwindSafe for LPUART3
impl Send for LPUART3
impl Sync for LPUART3
impl Unpin for LPUART3
impl UnwindSafe for LPUART3
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