[][src]Struct msp432e4::UART7

pub struct UART7 { /* fields omitted */ }

Register map for UART0 peripheral

Methods

impl UART7[src]

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

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn ecr(&self) -> &ECR[src]

0x04 - UART Receive Status/Error Clear

pub fn ecr_mut(&self) -> &mut ECR[src]

0x04 - UART Receive Status/Error Clear

pub fn rsr(&self) -> &RSR[src]

0x04 - UART Receive Status/Error Clear

pub fn rsr_mut(&self) -> &mut RSR[src]

0x04 - UART Receive Status/Error Clear

Trait Implementations

impl Deref for UART7[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for UART7[src]

Auto Trait Implementations

impl Unpin for UART7

impl !Sync for UART7

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self