[][src]Struct msp430fr2355::e_usci_a1::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub uca1ctlw1: UCA1CTLW1,
    pub uca1mctlw: UCA1MCTLW,
    pub uca1abctl: UCA1ABCTL,
    pub uca1irctl: UCA1IRCTL,
    // some fields omitted
}

Register block

Fields

uca1ctlw1: UCA1CTLW1

0x02 - eUSCI_Ax Control Word Register 1

uca1mctlw: UCA1MCTLW

0x08 - eUSCI_Ax Modulation Control Word Register

uca1abctl: UCA1ABCTL

0x10 - eUSCI_Ax Auto Baud Rate Control Register

uca1irctl: UCA1IRCTL

0x12 - eUSCI_Ax IrDA Control Word Register

Methods

impl RegisterBlock[src]

pub fn uca1ctlw0_spi(&self) -> &UCA1CTLW0_SPI[src]

0x00 - eUSCI_Ax Control Word Register 0

pub fn uca1ctlw0_spi_mut(&self) -> &mut UCA1CTLW0_SPI[src]

0x00 - eUSCI_Ax Control Word Register 0

pub fn uca1ctlw0(&self) -> &UCA1CTLW0[src]

0x00 - eUSCI_Ax Control Word Register 0

pub fn uca1ctlw0_mut(&self) -> &mut UCA1CTLW0[src]

0x00 - eUSCI_Ax Control Word Register 0

pub fn uca1brw_spi(&self) -> &UCA1BRW_SPI[src]

0x06 - eUSCI_Ax Bit Rate Control Register 1

pub fn uca1brw_spi_mut(&self) -> &mut UCA1BRW_SPI[src]

0x06 - eUSCI_Ax Bit Rate Control Register 1

pub fn uca1brw(&self) -> &UCA1BRW[src]

0x06 - eUSCI_Ax Baud Rate Control Word Register

pub fn uca1brw_mut(&self) -> &mut UCA1BRW[src]

0x06 - eUSCI_Ax Baud Rate Control Word Register

pub fn uca1statw_spi(&self) -> &UCA1STATW_SPI[src]

0x0a - UCA1STATW_SPI

pub fn uca1statw_spi_mut(&self) -> &mut UCA1STATW_SPI[src]

0x0a - UCA1STATW_SPI

pub fn uca1statw(&self) -> &UCA1STATW[src]

0x0a - eUSCI_Ax Status Register

pub fn uca1statw_mut(&self) -> &mut UCA1STATW[src]

0x0a - eUSCI_Ax Status Register

pub fn uca1rxbuf_spi(&self) -> &UCA1RXBUF_SPI[src]

0x0c - eUSCI_Ax Receive Buffer Register

pub fn uca1rxbuf_spi_mut(&self) -> &mut UCA1RXBUF_SPI[src]

0x0c - eUSCI_Ax Receive Buffer Register

pub fn uca1rxbuf(&self) -> &UCA1RXBUF[src]

0x0c - eUSCI_Ax Receive Buffer Register

pub fn uca1rxbuf_mut(&self) -> &mut UCA1RXBUF[src]

0x0c - eUSCI_Ax Receive Buffer Register

pub fn uca1txbuf_spi(&self) -> &UCA1TXBUF_SPI[src]

0x0e - eUSCI_Ax Transmit Buffer Register

pub fn uca1txbuf_spi_mut(&self) -> &mut UCA1TXBUF_SPI[src]

0x0e - eUSCI_Ax Transmit Buffer Register

pub fn uca1txbuf(&self) -> &UCA1TXBUF[src]

0x0e - eUSCI_Ax Transmit Buffer Register

pub fn uca1txbuf_mut(&self) -> &mut UCA1TXBUF[src]

0x0e - eUSCI_Ax Transmit Buffer Register

pub fn uca1ie_spi(&self) -> &UCA1IE_SPI[src]

0x1a - eUSCI_Ax Interrupt Enable Register

pub fn uca1ie_spi_mut(&self) -> &mut UCA1IE_SPI[src]

0x1a - eUSCI_Ax Interrupt Enable Register

pub fn uca1ie(&self) -> &UCA1IE[src]

0x1a - eUSCI_Ax Interrupt Enable Register

pub fn uca1ie_mut(&self) -> &mut UCA1IE[src]

0x1a - eUSCI_Ax Interrupt Enable Register

pub fn uca1ifg_spi(&self) -> &UCA1IFG_SPI[src]

0x1c - eUSCI_Ax Interrupt Flag Register

pub fn uca1ifg_spi_mut(&self) -> &mut UCA1IFG_SPI[src]

0x1c - eUSCI_Ax Interrupt Flag Register

pub fn uca1ifg(&self) -> &UCA1IFG[src]

0x1c - eUSCI_Ax Interrupt Flag Register

pub fn uca1ifg_mut(&self) -> &mut UCA1IFG[src]

0x1c - eUSCI_Ax Interrupt Flag Register

pub fn uca1iv_spi(&self) -> &UCA1IV_SPI[src]

0x1e - eUSCI_Ax Interrupt Vector Register

pub fn uca1iv_spi_mut(&self) -> &mut UCA1IV_SPI[src]

0x1e - eUSCI_Ax Interrupt Vector Register

pub fn uca1iv(&self) -> &UCA1IV[src]

0x1e - eUSCI_Ax Interrupt Vector Register

pub fn uca1iv_mut(&self) -> &mut UCA1IV[src]

0x1e - eUSCI_Ax Interrupt Vector Register

Auto Trait Implementations

Blanket Implementations

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

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

type Error = !

The type returned in the event of a conversion error.

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