pub struct UART7 { /* private fields */ }
Expand description
UART7
Implementations§
Trait Implementations§
Source§impl Deref for UART7
impl Deref for UART7
Source§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
Source§fn deref(&self) -> &RegisterBlock
fn deref(&self) -> &RegisterBlock
Dereferences the value.
impl PinRx<UART7> for NoRx
impl PinRx<UART7> for PA8<Alternate<AF8>>
impl PinRx<UART7> for PB3<Alternate<AF8>>
impl PinRx<UART7> for PE7<Alternate<AF8>>
impl PinRx<UART7> for PF6<Alternate<AF8>>
impl PinTx<UART7> for NoTx
impl PinTx<UART7> for PA15<Alternate<AF8>>
impl PinTx<UART7> for PB4<Alternate<AF8>>
impl PinTx<UART7> for PE8<Alternate<AF8>>
impl PinTx<UART7> for PF7<Alternate<AF8>>
impl Send for UART7
Auto Trait Implementations§
impl Freeze for UART7
impl RefUnwindSafe 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