pub struct USART3 { /* private fields */ }
Expand description
Universal synchronous asynchronous receiver transmitter
Implementations§
Trait Implementations§
Source§impl Enable for USART3
impl Enable for USART3
Source§fn is_enabled() -> bool
fn is_enabled() -> bool
Check if peripheral enabled
Source§fn is_disabled() -> bool
fn is_disabled() -> bool
Check if peripheral disabled
Source§unsafe fn enable_unchecked()
unsafe fn enable_unchecked()
Enables peripheral Read more
Source§unsafe fn disable_unchecked()
unsafe fn disable_unchecked()
Disables peripheral Read more
Source§impl InterruptNumber for USART3
impl InterruptNumber for USART3
impl Dma for USART3
impl Instance for USART3
impl ReceiverTimeoutExt for USART3
impl<Otype> RxPin<USART3> for PB11<AF7<Otype>>
impl<Otype> RxPin<USART3> for PC11<AF7<Otype>>
impl<Otype> RxPin<USART3> for PD9<AF7<Otype>>
impl<Otype> RxPin<USART3> for PE15<AF7<Otype>>
impl Send for USART3
impl<Otype> TxPin<USART3> for PB10<AF7<Otype>>
impl<Otype> TxPin<USART3> for PC10<AF7<Otype>>
impl<Otype> TxPin<USART3> for PD8<AF7<Otype>>
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
Source§impl<T> BusTimerClock for T
impl<T> BusTimerClock for T
Source§fn timer_clock(clocks: &Clocks) -> Hertz
fn timer_clock(clocks: &Clocks) -> Hertz
Calculates base frequency of timer depending on
Clock
state