pub struct USART3 { /* private fields */ }
Expand description
Universal synchronous asynchronous receiver transmitter
Implementations§
Trait Implementations§
impl RxPin<USART3> for PB11<AF7>
impl RxPin<USART3> for PC11<AF7>
impl RxPin<USART3> for PD9<AF7>
impl RxPin<USART3> for PE15<AF7>
impl Send for USART3
impl TxPin<USART3> for PB10<AF7>
impl TxPin<USART3> for PC10<AF7>
impl TxPin<USART3> for PD8<AF7>
Auto Trait Implementations§
impl Freeze for USART3
impl RefUnwindSafe for USART3
impl !Sync for USART3
impl Unpin for USART3
impl UnwindSafe for USART3
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