[][src]Struct msp432p401r::eusci_a3::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub ucax_ctlw0: UCAXCTLW0,
    pub ucax_ctlw1: UCAXCTLW1,
    pub ucax_brw: UCAXBRW,
    pub ucax_mctlw: UCAXMCTLW,
    pub ucax_statw: UCAXSTATW,
    pub ucax_rxbuf: UCAXRXBUF,
    pub ucax_txbuf: UCAXTXBUF,
    pub ucax_abctl: UCAXABCTL,
    pub ucax_irctl: UCAXIRCTL,
    pub ucax_ie: UCAXIE,
    pub ucax_ifg: UCAXIFG,
    pub ucax_iv: UCAXIV,
    // some fields omitted
}

Register block

Fields

ucax_ctlw0: UCAXCTLW0

0x00 - eUSCI_Ax Control Word Register 0

ucax_ctlw1: UCAXCTLW1

0x02 - eUSCI_Ax Control Word Register 1

ucax_brw: UCAXBRW

0x06 - eUSCI_Ax Baud Rate Control Word Register

ucax_mctlw: UCAXMCTLW

0x08 - eUSCI_Ax Modulation Control Word Register

ucax_statw: UCAXSTATW

0x0a - eUSCI_Ax Status Register

ucax_rxbuf: UCAXRXBUF

0x0c - eUSCI_Ax Receive Buffer Register

ucax_txbuf: UCAXTXBUF

0x0e - eUSCI_Ax Transmit Buffer Register

ucax_abctl: UCAXABCTL

0x10 - eUSCI_Ax Auto Baud Rate Control Register

ucax_irctl: UCAXIRCTL

0x12 - eUSCI_Ax IrDA Control Word Register

ucax_ie: UCAXIE

0x1a - eUSCI_Ax Interrupt Enable Register

ucax_ifg: UCAXIFG

0x1c - eUSCI_Ax Interrupt Flag Register

ucax_iv: UCAXIV

0x1e - eUSCI_Ax Interrupt Vector Register

Auto Trait Implementations

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.