Struct embassy_stm32::peripherals::UART8
source · pub struct UART8 { /* private fields */ }
Expand description
UART8 peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for UART8
impl Peripheral for UART8
source§impl RccPeripheral for UART8
impl RccPeripheral for UART8
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 UART8
impl FullInstance for UART8
impl RccPeripheral for UART8
Auto Trait Implementations§
impl RefUnwindSafe for UART8
impl Send for UART8
impl Sync for UART8
impl Unpin for UART8
impl UnwindSafe for UART8
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