pub struct USART6 { /* private fields */ }
Expand description
Universal synchronous asynchronous receiver transmitter
Implementations§
Trait Implementations§
Source§impl Enable for USART6
impl Enable for USART6
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 Instance for USART6
impl Instance for USART6
fn ptr() -> *const RegisterBlock
fn select_sysclock(rcc: &RegisterBlock, sys: bool)
Source§impl LPEnable for USART6
impl LPEnable for USART6
Source§fn low_power_enable(bus: &mut Self::Bus)
fn low_power_enable(bus: &mut Self::Bus)
Enables peripheral
Source§fn low_power_disable(bus: &mut Self::Bus)
fn low_power_disable(bus: &mut Self::Bus)
Disables peripheral
Source§fn is_low_power_enabled() -> bool
fn is_low_power_enabled() -> bool
Check if peripheral enabled
Source§fn is_low_power_disabled() -> bool
fn is_low_power_disabled() -> bool
Check if peripheral disabled
Source§unsafe fn low_power_enable_unchecked()
unsafe fn low_power_enable_unchecked()
Safety Read more
Source§unsafe fn low_power_disable_unchecked()
unsafe fn low_power_disable_unchecked()
Safety Read more
impl PinRx<USART6> for PC7<Alternate<8>>
impl PinRx<USART6> for PG9<Alternate<8>>
impl PinTx<USART6> for PC6<Alternate<8>>
impl PinTx<USART6> for PG14<Alternate<8>>
impl Send for USART6
Auto Trait Implementations§
impl Freeze for USART6
impl RefUnwindSafe for USART6
impl !Sync for USART6
impl Unpin for USART6
impl UnwindSafe for USART6
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