pub struct USART1 { /* private fields */ }
Expand description
Universal synchronous asynchronous receiver transmitter
Implementations§
Trait Implementations§
impl RxPin<USART1> for PA10<AF7>
impl RxPin<USART1> for PB7<AF7>
impl RxPin<USART1> for PC5<AF7>
impl RxPin<USART1> for PE1<AF7>
impl Send for USART1
impl TxPin<USART1> for PA9<AF7>
impl TxPin<USART1> for PB6<AF7>
impl TxPin<USART1> for PC4<AF7>
impl TxPin<USART1> for PE0<AF7>
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