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