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()
Safety Read more
Source§unsafe fn disable_unchecked()
unsafe fn disable_unchecked()
Safety Read more
Source§impl SMEnable for USART3
impl SMEnable for USART3
Source§fn enable_in_sleep_mode(bus: &mut Self::Bus)
fn enable_in_sleep_mode(bus: &mut Self::Bus)
Enables peripheral
Source§fn disable_in_sleep_mode(bus: &mut Self::Bus)
fn disable_in_sleep_mode(bus: &mut Self::Bus)
Disables peripheral
Source§fn is_enabled_in_sleep_mode() -> bool
fn is_enabled_in_sleep_mode() -> bool
Check if peripheral enabled
Source§fn is_disabled_in_sleep_mode() -> bool
fn is_disabled_in_sleep_mode() -> bool
Check if peripheral disabled
Source§unsafe fn enable_in_sleep_mode_unchecked()
unsafe fn enable_in_sleep_mode_unchecked()
Safety Read more
Source§unsafe fn disable_in_sleep_mode_unchecked()
unsafe fn disable_in_sleep_mode_unchecked()
Safety Read more
impl CtsPin<USART3> for PB13<Alternate<PushPull, 7>>
impl CtsPin<USART3> for PD11<Alternate<PushPull, 7>>
impl CtsPin<USART3> for PA6<Alternate<PushPull, 7>>
impl RtsDePin<USART3> for PB14<Alternate<PushPull, 7>>
impl RtsDePin<USART3> for PD12<Alternate<PushPull, 7>>
impl RtsDePin<USART3> for PB1<Alternate<PushPull, 7>>
impl RtsDePin<USART3> for PD2<Alternate<PushPull, 7>>
impl RxPin<USART3> for PB11<Alternate<PushPull, 7>>
impl RxPin<USART3> for PC11<Alternate<PushPull, 7>>
impl RxPin<USART3> for PD9<Alternate<PushPull, 7>>
impl RxPin<USART3> for PC5<Alternate<PushPull, 7>>
impl Send for USART3
impl TxHalfDuplexPin<USART3> for PB10<Alternate<OpenDrain, 7>>
impl TxHalfDuplexPin<USART3> for PC10<Alternate<OpenDrain, 7>>
impl TxHalfDuplexPin<USART3> for PD8<Alternate<OpenDrain, 7>>
impl TxHalfDuplexPin<USART3> for PC4<Alternate<OpenDrain, 7>>
impl TxPin<USART3> for PB10<Alternate<PushPull, 7>>
impl TxPin<USART3> for PC10<Alternate<PushPull, 7>>
impl TxPin<USART3> for PD8<Alternate<PushPull, 7>>
impl TxPin<USART3> for PC4<Alternate<PushPull, 7>>
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