[][src]Struct msp430fr2355::e_usci_a0::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub uca0ctlw1: UCA0CTLW1,
    pub uca0mctlw: UCA0MCTLW,
    pub uca0abctl: UCA0ABCTL,
    pub uca0irctl: UCA0IRCTL,
    // some fields omitted
}

Register block

Fields

uca0ctlw1: UCA0CTLW1

0x02 - eUSCI_Ax Control Word Register 1

uca0mctlw: UCA0MCTLW

0x08 - eUSCI_Ax Modulation Control Word Register

uca0abctl: UCA0ABCTL

0x10 - eUSCI_Ax Auto Baud Rate Control Register

uca0irctl: UCA0IRCTL

0x12 - eUSCI_Ax IrDA Control Word Register

Methods

impl RegisterBlock[src]

pub fn uca0ctlw0_spi(&self) -> &UCA0CTLW0_SPI[src]

0x00 - eUSCI_Ax Control Word Register 0

pub fn uca0ctlw0_spi_mut(&self) -> &mut UCA0CTLW0_SPI[src]

0x00 - eUSCI_Ax Control Word Register 0

pub fn uca0ctlw0(&self) -> &UCA0CTLW0[src]

0x00 - eUSCI_Ax Control Word Register 0

pub fn uca0ctlw0_mut(&self) -> &mut UCA0CTLW0[src]

0x00 - eUSCI_Ax Control Word Register 0

pub fn uca0brw_spi(&self) -> &UCA0BRW_SPI[src]

0x06 - eUSCI_Ax Bit Rate Control Register 1

pub fn uca0brw_spi_mut(&self) -> &mut UCA0BRW_SPI[src]

0x06 - eUSCI_Ax Bit Rate Control Register 1

pub fn uca0brw(&self) -> &UCA0BRW[src]

0x06 - eUSCI_Ax Baud Rate Control Word Register

pub fn uca0brw_mut(&self) -> &mut UCA0BRW[src]

0x06 - eUSCI_Ax Baud Rate Control Word Register

pub fn uca0statw_spi(&self) -> &UCA0STATW_SPI[src]

0x0a - UCA0STATW_SPI

pub fn uca0statw_spi_mut(&self) -> &mut UCA0STATW_SPI[src]

0x0a - UCA0STATW_SPI

pub fn uca0statw(&self) -> &UCA0STATW[src]

0x0a - eUSCI_Ax Status Register

pub fn uca0statw_mut(&self) -> &mut UCA0STATW[src]

0x0a - eUSCI_Ax Status Register

pub fn uca0rxbuf_spi(&self) -> &UCA0RXBUF_SPI[src]

0x0c - eUSCI_Ax Receive Buffer Register

pub fn uca0rxbuf_spi_mut(&self) -> &mut UCA0RXBUF_SPI[src]

0x0c - eUSCI_Ax Receive Buffer Register

pub fn uca0rxbuf(&self) -> &UCA0RXBUF[src]

0x0c - eUSCI_Ax Receive Buffer Register

pub fn uca0rxbuf_mut(&self) -> &mut UCA0RXBUF[src]

0x0c - eUSCI_Ax Receive Buffer Register

pub fn uca0txbuf_spi(&self) -> &UCA0TXBUF_SPI[src]

0x0e - eUSCI_Ax Transmit Buffer Register

pub fn uca0txbuf_spi_mut(&self) -> &mut UCA0TXBUF_SPI[src]

0x0e - eUSCI_Ax Transmit Buffer Register

pub fn uca0txbuf(&self) -> &UCA0TXBUF[src]

0x0e - eUSCI_Ax Transmit Buffer Register

pub fn uca0txbuf_mut(&self) -> &mut UCA0TXBUF[src]

0x0e - eUSCI_Ax Transmit Buffer Register

pub fn uca0ie_spi(&self) -> &UCA0IE_SPI[src]

0x1a - eUSCI_Ax Interrupt Enable Register

pub fn uca0ie_spi_mut(&self) -> &mut UCA0IE_SPI[src]

0x1a - eUSCI_Ax Interrupt Enable Register

pub fn uca0ie(&self) -> &UCA0IE[src]

0x1a - eUSCI_Ax Interrupt Enable Register

pub fn uca0ie_mut(&self) -> &mut UCA0IE[src]

0x1a - eUSCI_Ax Interrupt Enable Register

pub fn uca0ifg_spi(&self) -> &UCA0IFG_SPI[src]

0x1c - eUSCI_Ax Interrupt Flag Register

pub fn uca0ifg_spi_mut(&self) -> &mut UCA0IFG_SPI[src]

0x1c - eUSCI_Ax Interrupt Flag Register

pub fn uca0ifg(&self) -> &UCA0IFG[src]

0x1c - eUSCI_Ax Interrupt Flag Register

pub fn uca0ifg_mut(&self) -> &mut UCA0IFG[src]

0x1c - eUSCI_Ax Interrupt Flag Register

pub fn uca0iv_spi(&self) -> &UCA0IV_SPI[src]

0x1e - eUSCI_Ax Interrupt Vector Register

pub fn uca0iv_spi_mut(&self) -> &mut UCA0IV_SPI[src]

0x1e - eUSCI_Ax Interrupt Vector Register

pub fn uca0iv(&self) -> &UCA0IV[src]

0x1e - eUSCI_Ax Interrupt Vector Register

pub fn uca0iv_mut(&self) -> &mut UCA0IV[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]