Struct stm32h7xx_hal::pac::UART8[][src]

pub struct UART8 { /* fields omitted */ }

Universal synchronous asynchronous receiver transmitter

Implementations

impl UART8[src]

pub const fn ptr() -> *const RegisterBlock[src]

Returns a pointer to the register block

Trait Implementations

impl Deref for UART8[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl PinRx<UART8> for NoRx[src]

impl PinRx<UART8> for PE0<Alternate<AF8>>[src]

impl PinRx<UART8> for PJ9<Alternate<AF8>>[src]

impl PinTx<UART8> for NoTx[src]

impl PinTx<UART8> for PE1<Alternate<AF8>>[src]

impl PinTx<UART8> for PJ8<Alternate<AF8>>[src]

impl Send for UART8[src]

impl SerialExt<UART8> for UART8[src]

type Rec = Uart8

impl TargetAddress<MemoryToPeripheral> for UART8[src]

type MemSize = u8

Memory size of the target address

impl TargetAddress<PeripheralToMemory> for UART8[src]

type MemSize = u8

Memory size of the target address

Auto Trait Implementations

impl !Sync for UART8

impl Unpin for UART8

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.