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