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