pub struct USART3 { /* private fields */ }Expand description
USART3 peripheral
Implementations§
Trait Implementations§
impl Copy for USART3
Source§impl Instance for USART3
impl Instance for USART3
Source§type Interrupt = USART3_4_LPUART1
type Interrupt = USART3_4_LPUART1
Interrupt for this peripheral.
impl PeripheralType for USART3
impl RccPeripheral for USART3
Auto Trait Implementations§
impl Freeze for USART3
impl RefUnwindSafe for USART3
impl Send for USART3
impl Sync for USART3
impl Unpin for USART3
impl UnsafeUnpin for USART3
impl UnwindSafe for USART3
Blanket Implementations§
impl<T, I> Binding<I, NoHandler<I>> for T
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