pub struct USART1 { /* private fields */ }
Expand description
Universal synchronous asynchronous receiver transmitter
Implementations§
Trait Implementations§
impl RxPin<USART1> for PA10<Alternate<AF1>>
impl RxPin<USART1> for PB7<Alternate<AF0>>
impl Send for USART1
impl TxPin<USART1> for PA9<Alternate<AF1>>
impl TxPin<USART1> for PB6<Alternate<AF0>>
Auto Trait Implementations§
impl Freeze for USART1
impl RefUnwindSafe for USART1
impl !Sync for USART1
impl Unpin for USART1
impl UnwindSafe for USART1
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