Struct embassy_stm32::peripherals::UART7
source · pub struct UART7 { /* private fields */ }
Expand description
UART7 peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for UART7
impl Peripheral for UART7
source§impl RccPeripheral for UART7
impl RccPeripheral for UART7
fn frequency() -> Hertz
fn enable_and_reset_with_cs(_cs: CriticalSection<'_>)
fn disable_with_cs(_cs: CriticalSection<'_>)
fn enable_and_reset()
fn disable()
impl BasicInstance for UART7
impl FullInstance for UART7
impl RccPeripheral for UART7
Auto Trait Implementations§
impl RefUnwindSafe for UART7
impl Send for UART7
impl Sync for UART7
impl Unpin for UART7
impl UnwindSafe for UART7
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