pub struct USART3 { /* private fields */ }
Expand description
USART3
Implementations§
Trait Implementations§
Source§impl Deref for USART3
impl Deref for USART3
Source§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
Source§fn deref(&self) -> &RegisterBlock
fn deref(&self) -> &RegisterBlock
Dereferences the value.
impl RxPin<USART3> for PB11<Alternate<AF4>>
impl RxPin<USART3> for PC11<Alternate<AF1>>
impl RxPin<USART3> for PC5<Alternate<AF1>>
impl RxPin<USART3> for PD9<Alternate<AF0>>
impl Send for USART3
impl TxPin<USART3> for PB10<Alternate<AF4>>
impl TxPin<USART3> for PC10<Alternate<AF1>>
impl TxPin<USART3> for PC4<Alternate<AF1>>
impl TxPin<USART3> for PD8<Alternate<AF0>>
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